2 releases
0.1.1 | Jan 28, 2024 |
---|---|
0.1.0 | Jan 28, 2024 |
#1643 in Filesystem
26 downloads per month
7KB
142 lines
serch
A cli tool that recursively searches all paths within the current directory or a specified directory for a given string.
Features
- Very fast
- Simple
Installation
cargo install serch
Usage
serch [STRING] [PATH]
Print all paths inside the current directory:
serch
Print all paths inside the specified PATH:
serch - <PATH>
Dependencies
~1.3–8.5MB
~62K SLoC