Skip to content
arxiv

v0.1.0

First release.

What's in it

arxiv reads the arXiv Open Access API at export.arxiv.org/api/query. The API returns Atom XML and requires no key, no account and no authentication.

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 the common arXiv category codes, with no network call

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

The paper command accepts bare ids such as 1706.03762, versioned ids such as 1706.03762v7, and full URLs.

Install

go install github.com/tamnd/arxiv-cli/cmd/[email protected]

Or download a prebuilt binary from the releases page.