Add a few aliases to papis

This commit is contained in:
Yan Lin 2025-07-29 17:16:49 +02:00
parent a45117a755
commit 59cd92a8fd
2 changed files with 24 additions and 2 deletions

View file

@ -48,8 +48,16 @@
---
'';
# Shell alias for convenient bibliography formatting
# Shell aliases for papis workflow
programs.zsh.shellAliases = {
papis-bib = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
# Bibliography formatting
papis-info = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
# File operations
papis-add-file = "papis addto -f ~/Downloads/";
papis-add-url = "papis addto -u";
# Finder integration
papis-finder = "open -R $(papis list)";
};
}