Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:39
· 0 commits to feat/v0.1.0-impl since this release
v0.1.0
7de150b

v0.1.0

First release of so, a command line for Stack Overflow.

Reads public data through the Stack Exchange API v2.3 with no API key required.

Commands

  • so hot -- hot questions
  • so bounties -- questions with active bounties
  • so unanswered -- questions with no accepted answer
  • so newest -- newest questions
  • so search <query> -- full-text search with --tagged and --sort
  • so answers <id> -- answers for a question, including body markdown
  • so tags -- popular tags with post counts
  • so user <id> -- user profile by numeric id

All commands support -o table|json|jsonl|csv|tsv|url|raw, --fields, --template, -n.

Install

# macOS / Linux (Homebrew)
brew install tamnd/tap/so

# Debian / Ubuntu
dpkg -i so_0.1.0_amd64.deb

# RPM
rpm -i so-0.1.0-1.x86_64.rpm

# Docker
docker run ghcr.io/tamnd/so:0.1.0 hot -n 5

# Go
go install github.com/tamnd/stackoverflow-cli/cmd/so@v0.1.0

so is not affiliated with Stack Overflow or Stack Exchange, Inc.