summaryrefslogtreecommitdiff
path: root/notesplain
diff options
context:
space:
mode:
Diffstat (limited to 'notesplain')
-rwxr-xr-xnotesplain1
1 files changed, 1 insertions, 0 deletions
diff --git a/notesplain b/notesplain
index 8136cec..80b057b 100755
--- a/notesplain
+++ b/notesplain
@@ -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:')"