Miscellaneous CLIs in Rust
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
taro
Wrapper for multiple quality of life command-line tools.
Modules
-
Find: Finds all the files recursively in a directory that matches the substring query provided.
-
Grep: Finds all the lines in a file that match the substring query provided.
-
Git Ignore: Generates a gitignore files tailored to the technology specified.