Rename 'fzf' wrapper scripts

This commit is contained in:
2022-05-11 14:00:08 +02:00
parent 4b3f782573
commit 8b36cd35da
2 changed files with 0 additions and 0 deletions

7
.bin/fzf-sketch Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Find and open Xournal sketch
selected=$(ls ~/sketches/*.xopp | fzf)
xournalpp "$selected" &