chore: add comment

This commit is contained in:
Ayo Ayco 2025-06-26 09:26:44 +02:00
parent ba1a397354
commit dcd1807fb2

View file

@ -51,6 +51,7 @@ elif [ "$1" = "copy" ] || [ "$1" = "c" ]; then
echo "Copied content of $full_path"
xclip -sel c < "$full_path"
## New entry or edit
else
createEntry
fi