#gitignore #find #grep #search #cli

bin+lib taro-cli

Wrapper for multiple quality of life command-line tools

1 unstable release

0.1.0 Nov 14, 2022

#57 in #gitignore

MIT license

12KB
262 lines

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.


lib.rs:

Wrapper for multiple quality of life command-line tools.

Includes:

  • [find]
  • [gitignore]
  • [grep]

Dependencies

~3–17MB
~230K SLoC