phpgrep

Syntax-aware grep for PHP code.

MIT License

Stars
236
phpgrep - v1.0.1 Latest Release

Published by quasilyte 6 months ago

What's Changed

Full Changelog: https://github.com/quasilyte/phpgrep/compare/v1.0.0...v1.0.1

phpgrep -

Published by quasilyte almost 4 years ago

Features:

  • Added -format CLI option (5fc6e363404af0723aa569fe61e1432d0b792d97)
  • Case insensitive search and -case-sensitive CLI option #57 (eb9e739aca80b0de168fe19df481ec21d966cfe6)
  • Fix filter bug #5 (25f4f8becaeb4da7f707ba63be324dc99a57ad69)
  • Printing the number of total matches (3b666abcc100c88081f3f3689d7f89dcbd12f2f5)
  • Patterns can now backtrack properly #63 #42 (0a980c44ad88bdebc7410b90a99e63dc42c84352)

Other:

  • Switched to the NoVerify implementation (a75b5e51c11642d04dba0a901be63ecad993e0a1)

Why releasing v1.0.0? I'm pretty confident that the current CLI interface is good enough.
I tested phpgrep on many projects. It works quite well, as long as its underlying PHP parser can
understand the code.

There is also a VS Code extension if you're using that. :)

phpgrep -

Published by quasilyte over 4 years ago

phpgrep - Prototype release for public testing

Published by quasilyte about 5 years ago

Most basic functionality work.

Library API is not stable yet.
CLI API is probably going to stay the same.

If you have any issues with this release, please submit an issue
and/or try building phpgrep from master.