Miscellaneous CLIs in Rust
Find a file
2022-11-14 18:57:37 -05:00
.github/workflows Delete rustdoc.yml 2022-11-12 19:10:36 -05:00
src Update package name 2022-11-14 18:55:38 -05:00
.gitignore Big bang 2022-11-07 22:43:31 -05:00
Cargo.lock Update package name 2022-11-14 18:55:38 -05:00
Cargo.toml Remove extra keywords 2022-11-14 18:57:37 -05:00
LICENSE Initial commit 2022-11-07 22:43:10 -05:00
README.md Add documentation 2022-11-12 18:15:39 -05:00

taro

Rust

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.