aboutsummaryrefslogtreecommitdiffstats
path: root/SOURCE/CORE/core-edit.sh
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2023-04-18 08:47:37 +0200
committerdanix <danix@danix.xyz>2023-04-18 08:47:37 +0200
commitd1f115c1bcef830147519b1c3e950828b5626cdc (patch)
tree6ce978c553d03838b6f6ef48b247a82e0203e5ef /SOURCE/CORE/core-edit.sh
parent1f4d77422386502ce5a67b101be6d6f16eff2175 (diff)
downloadbash-notes-d1f115c1bcef830147519b1c3e950828b5626cdc.tar.gz
bash-notes-d1f115c1bcef830147519b1c3e950828b5626cdc.zip
added git functionality to edit and remove options.
Diffstat (limited to 'SOURCE/CORE/core-edit.sh')
-rw-r--r--SOURCE/CORE/core-edit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/SOURCE/CORE/core-edit.sh b/SOURCE/CORE/core-edit.sh
index 20765f1..1fc4222 100644
--- a/SOURCE/CORE/core-edit.sh
+++ b/SOURCE/CORE/core-edit.sh
@@ -16,6 +16,7 @@ editnote() {
echo "editing note $TITLE"
# shellcheck disable=SC2086,SC2091
$(${TERMINAL} ${TERM_OPTS} ${EDITOR} ${NOTESDIR}/${FILE})
+ gitedit
else
echo "note not found"
exit 1