https://github.com/eiberham/term
https://github.com/eiberham/term
cli cobra command-line find
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiberham/term
- Owner: eiberham
- Created: 2020-07-12T00:42:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T20:51:50.000Z (almost 6 years ago)
- Last Synced: 2023-03-06T01:13:49.556Z (over 3 years ago)
- Topics: cli, cobra, command-line, find
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)