GitHub - MLH-Fellowship/stackoverflow-cli: ๐ฅ Work with the Stack Overflow inside your terminal
Search any query on Stack Overflow without leaving your IDE
- 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
# 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:
๐ Guide
- Right โ key โ Next thread
- Left โ key โ Prev thread
- Up โ key โ Next Answer
- Down โ key โ Prev Answer
๐ณ Flags
# 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
๐ LICENSE
- MIT



