Simplify papis aliases

This commit is contained in:
Yan Lin 2025-07-29 20:48:22 +02:00
parent 7413785bbe
commit 687d5b52cc

View file

@ -49,13 +49,13 @@
# Shell aliases for papis workflow
programs.zsh.shellAliases = {
# Bibliography formatting
papis-info = "papis list --template \"$HOME/Library/Application Support/papis/templates/bibitem.template\"";
pals = "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";
pafile = "papis addto -f ~/Downloads/";
paurl = "papis addto -u";
# Finder integration
papis-finder = "open -R $(papis list)";
pafinder = "open -R $(papis list)";
};
}