Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)