Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 689 Bytes

🔎 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