made notes on final portion
This commit is contained in:
parent
df56737409
commit
6528297982
1 changed files with 5 additions and 0 deletions
5
notes
5
notes
|
@ -48,3 +48,8 @@ if [ ${#} -eq 0 ]; then
|
||||||
else
|
else
|
||||||
printf "%s\n\n" "${*}" >> "${NOTES_PATH}"
|
printf "%s\n\n" "${*}" >> "${NOTES_PATH}"
|
||||||
fi
|
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
|
Loading…
Reference in a new issue