/term

Primary LanguageGo

🔎 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.

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

Usage

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