GitXplorerGitXplorer
M

stackoverflow-cli

public
10 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
75be51d399ac5bf572f311b9dc9d53876891e753

📦 NEW: version

mmsaaddev committed 4 years ago
Unverified
2f90a40f1ceaf7e7d6cf5396e2df20ee5d051b0a

🐛 FIX: edge case

mmsaaddev committed 4 years ago
Unverified
395bcdc106b7bb0ecd29d8231722d686ae51a484

📦 NEW: version

mmsaaddev committed 4 years ago
Unverified
e7d95001ea477b62442b9a37d3c1c1f09f2a6d24

📖 DOC: changelog

mmsaaddev committed 4 years ago
Unverified
603374b93c2af1e8accb461d502049bbadbc1faf

📖 DOC: readme

mmsaaddev committed 4 years ago
Unverified
15fbc4c21eb2f7a2fa41a19a7109dde779413930

📦 NEW: resources

mmsaaddev committed 4 years ago

README

The README file for this repository.

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

🔑 LICENSE

  • MIT