File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212
1313IN NEXT RELEASE (IMPLEMENTED)
1414 - packaged as a tarball with SHA256
15+ - Debian .DEB packaging
16+ - Added a 'tree' subcommand for paging through the notes directory
17+ - $NOTESDIR env support
1518
1619FUTURE FEATURES
1720 - dedicated diary/journal function
@@ -20,7 +23,6 @@ FUTURE FEATURES
2023 - different gpg keys per notebook
2124 - git integration
2225 - bash/zsh completion
23- - Debian .DEB packaging
2426 - FreeBSD .PKG packaging
2527 - FreeBSD ports configuration
26-
28+ - XDG environment support
Original file line number Diff line number Diff line change 99# VARIABLES
1010VERSION=1.0
1111# NOTES_UMASK='077'
12- NOTESDIR=" ${HOME} /.notes"
12+ NOTESDIR=" ${NOTESDIR :- ${ HOME}/ .notes} "
1313CONFIGFILE=" ${NOTESDIR} /config"
1414INITIAL_NOTEBOOK=" ${NOTESDIR} /notes"
1515DEFAULT_POINTER=" ${NOTESDIR} /DEFAULT"
You can’t perform that action at this time.
0 commit comments