A command-line StackOverflow client.
Not affiliated with StackOverflow in any way.
TermOverflow is a command-line StackOverflow client, that uses the StackExchange api. It searches the best matching question to your query and displays the answers sorted by upvotes.
# Latest release
python3 -m pip install https://api.github.com/repos/PaddeCraft/TermOverflow/zipball
# Developement version
python3 -m pip install git+https://github.com/PaddeCraft/TermOverflow.git
# Search
python3 -m termoverflow s "Your query"
# Get version
python3 -m termoverflow version
- Query StackOverflow
- Show authors and question owner
- Show tags
If you have a feature request, open a issue.
If you get errors (especially KeyError), it´s most likely that your daily api-limit is reached.