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

https://github.com/eiberham/term


https://github.com/eiberham/term

cli cobra command-line find

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# :mag_right: Term

Term is a command line tool that serves as a word finder, intended to look for occurences within source code files and was developed solely for
educational purposes.

## Installation

Clone the repository.

```bash
git clone https://github.com/wwleak/term.git
```

## Usage

```bash
term find --path /home/user/todo --word "debugger" --ext ".jsx"
term find --path /home/user/todo --word "something"
term find --path "/home/user/app" --word "Init" --icase true --ext ".js"
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)