Skip to content

Kartik11082/Stacksearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stacksearch

CLI tool Stack Exchange

Stacksearch is a CLI tool for searching in Stack Exchange websites through terminal

Features

  • 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🤩

Tech

Stacksearch uses a number of projects to work properly:

  • Requests - HTTP for Humans
  • Argparse - Parser for command-line options, arguments

And of course Stacksearch itself is open source with a repository on GitHub.

Installation

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

cloning

Install all requirements

pip install -r requirement.txt

Command Formats

  • Flags

    • -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
  • Example

  • Searching in terminal run

  • Input mode inputmode

License

MIT

Free Software, Hell Yeah!