Releases: bittersweet/notes
Releases · bittersweet/notes
v0.7.1
v0.7.0
- Added searching within all notes with search or s. 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.
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.7.0/notes.zip
unzip notes.zip
chmod +x notes
mv notes /usr/local/bin/
v0.6.2
- Fixed opening notes that broke in 0.6.1 because of the removal of the trailing slash :-).
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.6.2/notes.zip
unzip notes.zip
chmod +x notes
mv notes /usr/local/bin/
v0.6.1
- Fixed using a custom
NOTESDIR
not working without a trailing slash.
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.6.1/notes.zip
unzip notes.zip
chmod +x notes
mv notes /usr/local/bin/
v0.6.0
- Added searching in notes via
notes subject query
to only display matched notes, searches on the explanation and command.
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.6.0/notes.zip
unzip notes.zip
chmod +x notes
mv notes /usr/local/bin/
v0.5.0
- Allow overriding of storage directory via
NOTESDIR
, thanks to @mongrelion.
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.5.0/notes
chmod +x notes
mv notes /usr/local/bin/
v0.4.0
- Opens editor with note name anyway if it doesn't exist yet.
Install:
Move notes
to /usr/local/bin/
:
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.4.0/notes
chmod +x notes
mv notes /usr/local/bin/
v0.3.0
Move notes
to /usr/local/bin/
:
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.3.0/notes
mv notes /usr/local/bin/