Command Line Interface for searching the code snippets of Code Grepper.

- npm
npm install npm@latest -g
- Clone the repository
git clone https://github.com/hetyey-b/codegrepper-cli.git
- Install the module
cd ./codegrepper-cli
npm install -g
If you get an EACCES error, try running the command as an administrator:
sudo npm install -g
codegrepper <query>
It will return the results for the query from Grepper. It prints in reverse order, (most upvoted at the bottom) so that if there are many/long answers, you see the best one first when scrolling.
- Basic functionality
- Displays answers
- Syntax highlight
- Support yanking answer after search
- Support opening the source of the question if it is given
- Support loading the additional "Show More" answers
Botond Hetyey - hetyey.botond@gmail.com
Project Link: https://github.com/hetyey-b/codegrepper-cli/