the_platinum_searcher

A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings.

MIT License

Downloads
20
Stars
2.8K
Committers
36

Bot releases are hidden (Show)

the_platinum_searcher - Latest Release

Published by monochromegane about 6 years ago

Changes

the_platinum_searcher -

Published by monochromegane over 6 years ago

Changes

the_platinum_searcher -

Published by monochromegane almost 8 years ago

Changes

Fix bugs

the_platinum_searcher -

Published by monochromegane about 8 years ago

Changes

the_platinum_searcher -

Published by monochromegane over 8 years ago

Changes

  • support --null option compatible with ag.
    • refs: #143
    • refs: #144
    • Thanks @kohlerm
the_platinum_searcher -

Published by monochromegane over 8 years ago

Changes

  • Supported XDG_CONFIG_HOME for pt config path.
    refs: #141
  • Supported Go1.6.2

Refactor

  • Simplify grepper interface
    refs: #139 Thanks @yinghau76
the_platinum_searcher -

Published by monochromegane over 8 years ago

Changes

  • Color and group is always enable when specify their option.
    refs: #134
  • Supported Go1.6
    refs: #135

Fix bugs

  • Allow '..' as an argument to 'pt'.
    refs: #133 Thanks @mirtchovski
the_platinum_searcher -

Published by monochromegane over 8 years ago

the_platinum_searcher -

Published by monochromegane almost 9 years ago

the_platinum_searcher -

Published by monochromegane almost 9 years ago

the_platinum_searcher -

Published by monochromegane almost 9 years ago

Fix pattern which starts with glob issue.
Thanks @syohex

refs: https://github.com/monochromegane/the_platinum_searcher/issues/118

the_platinum_searcher -

Published by monochromegane almost 9 years ago

the_platinum_searcher -

Published by monochromegane almost 9 years ago

Implement lost features in v2.0.0

  • Search Stream
  • g option

see also: https://github.com/monochromegane/the_platinum_searcher/pull/114

the_platinum_searcher -

Published by monochromegane almost 9 years ago

What a lovely day !!!
v2.0.0 searches code about 2-5x faster than v1.7.9 🌟

see also: https://github.com/monochromegane/the_platinum_searcher/pull/110

the_platinum_searcher -

Published by monochromegane almost 9 years ago

  • Supported default option config (.ptconfig.toml).
  • Supported go1.5.1.
  • Added count option.
  • Fix some bugs.
the_platinum_searcher -

Published by monochromegane over 9 years ago

  • Added --parallel option.
  • Fixed some bugs.
the_platinum_searcher -

Published by monochromegane over 9 years ago

  • Supported go1.4.2
  • Added --column option
  • Added --hidden option
  • Fix some bugs
the_platinum_searcher -

Published by monochromegane almost 10 years ago

  • Supported go 1.4
  • Search in all specified PATHs
the_platinum_searcher -

Published by monochromegane about 10 years ago

  • Supported go 1.3.2
  • Fix some bugs about gitignore
the_platinum_searcher -

Published by monochromegane about 10 years ago

  • Fix a bug that dosen't ignore subdirectory like a dir1/*.txt
  • Refactoring (pt has many if statements for VCS ignore files...)