Stacksearch is a CLI tool for searching in Stack Exchange websites through terminal
- Search in any stack exchange site from terminal
- If flags are too uncomfortable there's input mode too
- Know whether question is answered in terminal
- Colored terminal text🤩
Stacksearch uses a number of projects to work properly:
And of course Stacksearch itself is open source with a repository on GitHub.
Stacksearch requires Python to run.
Clone the repository in the startup directory of your terminal
git clone https://github.com/Kartik11082/Stacksearch.git
cd Stacksearch
Install all requirements
pip install -r requirement.txt
-
- -i: for input mode
- -q "Query": for query to search in title
- -n number:number of responses to return
- -t "tags": for tags
- -s "sitename": for website name
MIT
Free Software, Hell Yeah!