init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# `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
|
||||
...
|
||||
```
|
||||
Reference in New Issue
Block a user