Add papis aliases
This commit is contained in:
parent
2469eee7bb
commit
989430492e
2 changed files with 7 additions and 2 deletions
|
|
@ -533,12 +533,14 @@ papis export --format bibtex query_term > references.bib
|
||||||
#### Workflow Aliases:
|
#### Workflow Aliases:
|
||||||
```bash
|
```bash
|
||||||
pals # List documents with formatted template
|
pals # List documents with formatted template
|
||||||
pabib # Export documents in BibTeX format
|
paadd # Add a new entry with BibTeX string
|
||||||
pacite # Format documents as citation strings
|
pabib # Print documents in BibTeX format
|
||||||
|
pacite # Print documents as citation strings
|
||||||
pafile filename.pdf # Add file from ~/Downloads/
|
pafile filename.pdf # Add file from ~/Downloads/
|
||||||
paopen # Open documents interactively
|
paopen # Open documents interactively
|
||||||
pafinder "query" # Open document directory in Finder
|
pafinder "query" # Open document directory in Finder
|
||||||
patag "tag1#tag2" "query" # Add multiple tags using # separator
|
patag "tag1#tag2" "query" # Add multiple tags using # separator
|
||||||
|
pareset # Reset and rebuild papis database
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🔄 File Synchronization: rsync
|
### 🔄 File Synchronization: rsync
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,9 @@
|
||||||
# Bibliography formatting
|
# Bibliography formatting
|
||||||
pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
|
pals = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
|
||||||
|
|
||||||
|
# Add new entry with bibtex
|
||||||
|
paadd = "papis add --from bibtex";
|
||||||
|
|
||||||
# BibTeX export
|
# BibTeX export
|
||||||
pabib = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibtex.template\"";
|
pabib = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibtex.template\"";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue