https://github.com/mlh-fellowship/stackoverflow-cli
💥 Work with the Stack Overflow inside your terminal
https://github.com/mlh-fellowship/stackoverflow-cli
automation nodejs nodejs-cli stackoverflow stackoverflow-api terminal-app
Last synced: 3 months ago
JSON representation
💥 Work with the Stack Overflow inside your terminal
- Host: GitHub
- URL: https://github.com/mlh-fellowship/stackoverflow-cli
- Owner: MLH-Fellowship
- License: mit
- Created: 2020-11-17T12:27:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T15:36:58.000Z (over 3 years ago)
- Last Synced: 2025-08-08T12:55:44.502Z (4 months ago)
- Topics: automation, nodejs, nodejs-cli, stackoverflow, stackoverflow-api, terminal-app
- Language: JavaScript
- Homepage:
- Size: 19.7 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README

Search any query on Stack Overflow without leaving your IDE
# 💥 stackoverflow-cli
- Search any query inside your terminal
- Top 10 threads
- Order the results in ascending/descending order
- Sort the results via relevance/votes/activity/creation
## ↓ INSTALL
```sh
# install the cli globally
npm i -g cli-stackoverflow
# use it via npx
npx cli-stackoverflow
```
## ⚡️ USAGE
You can run the CLI by executing following commands inside the terminal:
```sh
stack
```
### 📃 Guide
- Right → key – Next thread
- Left ← key – Prev thread
- Up ↑ key – Next Answer
- Down ↓ key – Prev Answer

### 🏳 Flags
```sh
# CLI help
stack --help
```

```sh
# Order results in ascending order
stack --asc
# Sort results according to the most activity
stack --activity
# Sort results according to votes
stack --votes
# Sort results according to the creation
stack --creation
```

## 👨🏻💻 CONTRIBUTORS
- [Saad Irfan](https://github.com/msaaddev)
- [Aneesh Kodali](https://github.com/aneeshkodali)
- [Angelina Gasharova](https://github.com/angelinag)
## 🔑 LICENSE
- MIT