cleaned up script comments

This commit is contained in:
Radar231 2022-01-30 20:39:43 -05:00
parent 43fe40290a
commit efa05d5f02
1 changed files with 7 additions and 3 deletions

10
zn
View File

@ -7,15 +7,19 @@
# Prerequisites:
# - tmux, fzf, bat, rg
#
# - Notes should have a .md extention.
# - Notes should have a title on the *first* line prefixed by one hash symbol, i.e. "# Cool Title".
# Note File Format
# - Notes should have a .md extention.
# - Notes are created with a date-time formatted filename, set to the creation date in the follwing format: %Y%m%d%H%M%S
# - Notes should have a title on the *first* line prefixed by one hash symbol. (title example: "# Cool Title")
# - Notes should have one or more tags, starting on line 3. The tags should be prefixed by a hash
# symbol without a space between it and the tag. Tags should also not have spaces in them. Use a
# dash or underscore instead. (tag example: "#Cool-Tag")
#
# Key Bindings:
# - ctrl-r: reload list
# - ctrl-x: delete note
# - ctrl-i: add new note
#
# NOTE: The new note's name is its creation date in the follwing format: %Y%m%d%H%M%S
##############################################################################
#################################################