返回 Skill 列表
extension
分类: 开发与工程无需 API Key

arxivterminal

CLI工具(arxivterminal)用于本地获取、搜索和管理arXiv论文。在使用arxivterminal命令处理arXiv论文时使用 - 按类别获取新论文,搜索本地数据库,查看特定日期的论文,或管理本地论文数据库。

person作者: jakexiaohubgithub

arXivTerminal

CLI tool for managing arXiv papers with local database storage.

Quick Reference

Fetch Papers from arXiv

When you need to download papers from arXiv and store them locally:

  • Use arxiv fetch --num-days N --categories CATEGORIES
  • See arxivterminal-fetch.md for detailed options and examples

Search Local Database

When you need to search papers already in your local database:

Show Papers by Date

When you need to view papers from a specific time period:

Database Statistics

When you need to check what's in your database:

Database Management

When you need to clean up or reset your database:

Data Storage

  • Database: ~/Library/Application Support/arxivterminal/papers.db
  • Logs: ~/Library/Logs/arxivterminal/arxivterminal.log

Common Workflows

Daily Research Workflow

arxiv fetch --num-days 1 --categories cs.AI,cs.CL
arxiv search -e -l 20 "large language models"

Weekly Review

arxiv fetch --num-days 7 --categories cs.AI,cs.LG,cs.CV
arxiv stats