1 unstable release
0.1.0 | Nov 14, 2022 |
---|
#58 in #gitignore
12KB
262 lines
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.
lib.rs
:
Wrapper for multiple quality of life command-line tools.
Includes:
- [find]
- [gitignore]
- [grep]
Dependencies
~3–14MB
~209K SLoC