20 lines
384 B
Markdown
20 lines
384 B
Markdown
# `paperlib`: a CLI tool to manage paper library
|
|
|
|
This project use `mineru` to convert PDF to markdown, and establish a markdown paper library.
|
|
|
|
## usage
|
|
|
|
```bash
|
|
# init a library in current directory
|
|
paperlib init
|
|
|
|
# manually import a PDF
|
|
paperlib import --pdf <path to pdf> [--arxiv-id xxxx.xxxxx]
|
|
|
|
# import an arXiv paper
|
|
paperlib import --arxiv xxxx.xxxxx
|
|
|
|
# place holder
|
|
...
|
|
```
|