diff options
Diffstat (limited to 'notesplain')
| -rwxr-xr-x | notesplain | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/sh +# Open a markdown note in zathura dir="$OBSIDIAN_HOME" file="$(ls -1 "$dir" | sed 's/\.md$//' | dmenu -l 15 -p 'Select note:')" |
