Linux command
papis 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Add document from file
papis add [document.pdf]
Add with metadata
papis add --set author "[Name]" --set title "[Title]" [document.pdf]
Add a document from a DOI
papis add --from doi [10.1007/s00214-007-0422-6]
Search and open a document
papis open "[query]"
Export to BibTeX
papis export --format bibtex "[query]"
Edit document metadata
papis edit "[query]"
List all documents matching a query
papis list "[query]"
说明
papis is a command-line bibliography manager. It stores documents and metadata in a folder structure, supports multiple libraries, and integrates with editors and reference managers.
参数
- add
- Add document.
- open
- Open document.
- edit
- Edit metadata.
- export
- Export references.
- list
- List documents.
- browse
- Open in browser.
- rm
- Remove document.
- rename
- Rename document folder.
- doctor
- Check and fix document metadata.
- cite
- Retrieve citation information.
- --set _field_ _value_
- Set metadata field.
- -l --lib _library_
- Use specified library.
- --from _importer_
- Import from source: doi, arxiv, bibtex, crossref, pmid, yaml, folder, pdf2doi.
FAQ
What is the papis command used for?
papis is a command-line bibliography manager. It stores documents and metadata in a folder structure, supports multiple libraries, and integrates with editors and reference managers.
How do I run a basic papis example?
Run `papis add [document.pdf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does add do in papis?
Add document.