·
0 commits
to feat/v0.1.0-impl
since this release
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 questionsso bounties-- questions with active bountiesso unanswered-- questions with no accepted answerso newest-- newest questionsso search <query>-- full-text search with--taggedand--sortso answers <id>-- answers for a question, including body markdownso tags-- popular tags with post countsso 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.0so is not affiliated with Stack Overflow or Stack Exchange, Inc.