New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-stackoverflow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-stackoverflow

Work with the Stack Overflow inside your terminal

1.2.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

stackoverflow-cli

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

💥 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

# 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:

stack

📃 Guide

  • Right → key – Next thread
  • Left ← key – Prev thread
  • Up ↑ key – Next Answer
  • Down ↓ key – Prev Answer

demo

🏳 Flags

# CLI help
stack --help

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

  • Saad Irfan
  • Aneesh Kodali
  • Angelina Gasharova

🔑 LICENSE

  • MIT

Keywords

stackoverflow

FAQs

Package last updated on 26 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts