Rename 'fzf' wrapper scripts

This commit is contained in:
2022-05-11 14:00:08 +02:00
parent c2c7995ab5
commit befa4239a5
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" &