- Nix compatibility via
make install
.
- Project now uses Go modules.
- Added searching within all notes with
search
ors
. Use$ notes search xargs
to print notes from all files that match. - Refactored note parsing so you can have newlines within 1 note, thanks @mongrelion for the bugreport.
- Fixed opening notes that broke in 0.6.1 because of the removal of the trailing slash :-).
- Fixed using a custom
NOTESDIR
not working without a trailing slash.
- Added searching in notes via
notes subject query
to only display matched notes, searches on the explanation and command.
- Allow overriding of storage directory via
NOTESDIR
, thanks to @mongrelion.
- Opens editor with note name anyway if it doesn't exist yet.
- Colorize commented lines.
- Add creating new notes.
- Initial release.
- Listing, showing and editing notes is available.