Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
  • Loading branch information
guerinoni committed Jan 3, 2022
1 parent 3403ffb commit 4d91dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "perg"
version = "0.4.0"
version = "0.5.0"
authors = ["Federico Guerinoni <guerinoni.federico@gmail.com>"]
edition = "2018"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Grep implementation in rust.
- [x] search from stdin (i.e. `perg -` or `perg lol -`)
- [x] search from stdin with pipe (i.e. `cat ./Cargo.toml | perg author`)
- [x] search in a directory.
- [x] search recursive (-R or --recursive)
- [x] search recursive (-r or --recursive)
- [x] search recursive following symlink (-R or --dereference-recursive)

## Contributing

Expand Down

0 comments on commit 4d91dc1

Please sign in to comment.