Skip to content

Releases: tamnd/arxiv-cli

v0.1.0

13 Jun 18:38
v0.1.0
79d7457

Choose a tag to compare

arxiv reads the arXiv Open Access API and turns preprint metadata into clean structured records. No API key required.

Commands

command what it does
arxiv search <query> Full-text search with optional --cat and --sort
arxiv paper <id> Single paper by arXiv id or URL
arxiv author <name> Papers by an author name, newest first
arxiv categories Print common arXiv category codes (no network call)

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

Install

go install github.com/tamnd/arxiv-cli/cmd/arxiv@v0.1.0