Initial release of semanticscholar-cli (binary s2).
Seven commands over the free Semantic Scholar Graph API — no API key needed:
s2 search <query>— search papers by keywords2 paper <id>— fetch a single paper by S2 ID, DOI, or arXiv IDs2 citations <id>— papers that cite the given papers2 references <id>— papers referenced by the given papers2 author <query>— search authors by names2 profile <authorId>— author profile and their paperss2 recommend <id>— recommended papers similar to the given paper
Output formats: table (default on TTY), json, jsonl, csv, tsv, url.