Key Features • Installation • Usage • To-Do • Contributors • License
With the intention to learn rust further, we followed some tutorials and one was about creating a little "grep" clone. After a bit of coding we had so much fun, that we expanded the project further...
If you just want to use the tool, you can download the latest release and execute it via a command line.
``` bash
search.exe --help ```
Alternatively you can download the repository and compile it yourself.
``` bash
git clone https://github.com/ValuONE/search
cargo build --release
``
It will create an executable in
target/release`!
Or simply do
cargo install search
To get started just type search.exe --help
you should now see this output:
```cmd
Usage: search.exe
Commands: locate Locate a file on your computer find Find a string in a file help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version