diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a179d8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Rack 0.1 +Like Ack but in Rust + +``` +USAGE: + rack [FLAGS] [path] + +FLAGS: + --no-gitignore Include results that are specified in .gitignore + --help Prints help information + -i Ignore case when looking for matches + -h Omit file names in results + -o Only print matched text + -V, --version Prints version information + +ARGS: + The pattern you're looking for + Path to search in [default: ] +``` +