โ— Shell
clean mode source โ†—

GitHub - MLH-Fellowship/stackoverflow-cli: ๐Ÿ’ฅ Work with the Stack Overflow inside your terminal

stackoverflow-cli

Search any query on Stack Overflow without leaving your IDE
version downloads license

  • 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

demo

๐Ÿณ Flags

help text

# 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

flags

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป CONTRIBUTORS

๐Ÿ”‘ LICENSE

  • MIT