From 6528297982ff278c722130a71cbbf421e1d6fe3c Mon Sep 17 00:00:00 2001 From: terrantechpriest Date: Fri, 26 Jul 2024 01:01:18 +0000 Subject: [PATCH] made notes on final portion --- notes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notes b/notes index d19c35f..6dfd822 100644 --- a/notes +++ b/notes @@ -48,3 +48,8 @@ if [ ${#} -eq 0 ]; then else printf "%s\n\n" "${*}" >> "${NOTES_PATH}" fi +#doc: guessing on some of this, but 42 seems to check if the above was completed +#43 seems to check for text input after the notes command +#44 returns twice and then printes what was typed after the command into the note file +#46 if nothing typed after notes it tries to open an editor with the file +#49 this seems to just be a redundancy of 44 but that cant be right need more research \ No newline at end of file