Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowarc/reader
A simple app to search for specific string in files of a given directory, in a recursive way ofc.
https://github.com/bowarc/reader
Last synced: 11 days ago
JSON representation
A simple app to search for specific string in files of a given directory, in a recursive way ofc.
- Host: GitHub
- URL: https://github.com/bowarc/reader
- Owner: Bowarc
- Created: 2022-01-05T10:33:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T07:54:57.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:29:15.319Z (2 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
Use example:
reader -f String -p this/path -s
-f => find
(-f / --find) keyword
-p => path
(-p / --path) path (default is the path the script is ran from)
-s => silent mode
(-s / --silent) mutes the search, default is false
-h => help
(-h / --help) prints a cool help message.
```
Thx to https://github.com/tailhook for the argparser (https://github.com/tailhook/rust-argparse)