From 88f0243428c4cf39029c8ffc5a7e1634951158a0 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 10:36:12 +0100 Subject: add comments to some scripts --- notesplain | 1 + 1 file changed, 1 insertion(+) (limited to 'notesplain') 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:')" -- cgit v1.2.3