here's a tiny one I've started playing with that I...
# chat
b
here's a tiny one I've started playing with that I'll just put inline:
Copy code
sh
#!/bin/sh
cd $DENDRON_VAULT
fzf --bind 'ctrl-g:execute(pandoc -f markdown -t pdf {} > /tmp/fzfpandoc.pdf),ctrl-z:execute(zathura /tmp/fzfpandoc.pdf &)'