Skip to content

Commit

Permalink
(2.1.0) Stable minor release
Browse files Browse the repository at this point in the history
• Removed config.sh from tracking. Instead added an config.example.sh
for you to tweak to your liking. When ready, just rename it to 'config.sh'
  • Loading branch information
novusnota committed Apr 19, 2021
1 parent 7d76f70 commit 459d72f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
template
config.sh

3 changes: 0 additions & 3 deletions config.sh → config.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ export C_NOTES_FORMAT="md"
# (optional) A /path/to/template file for the new notes
export C_NOTES_TEMPLATE="template"

# (CHANGE ONLY IF YOU KNOW, WHAT YOU'RE DOING) Export args, if any
test "${#}" -ne 0 && export "${@}"

4 changes: 3 additions & 1 deletion notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# # # "#m#" "mm "#mm" "mmm" # "mmm" # #
#
# See: https://github.com/novusnota/notes.sh
# Version: 2.0.5
# Version: 2.1.0
#
# Create a dated text file at a specific location and append text to it.
#
Expand Down Expand Up @@ -40,6 +40,8 @@
#
# Customization:
# Set the variables of config.sh to your liking.
# For your ease of use, there is already an config.example.sh —
# just rename it to config.sh and you're good to go!
#
# C_NOTES_DIR (/path/to/notes/directory) — Top-level directory for all the notes
#
Expand Down

0 comments on commit 459d72f

Please sign in to comment.