# so stupid search tool # install ## install from source code * Download the file * Enter the directory contains file with name of "Cargo.toml" * Run command as blow: > cargo build --release * Then you will get the executable file ./target/release/sfind ## install by cargo * cargo install so_stupid_search # Usage ``` sf search-string start-directory ``` # Example ``` sf walk . ``` ![image](https://github.com/Lispre/so_stupid_search/blob/master/sfind.jpg)