Skip to content

Releases: bittersweet/notes

v0.7.1

25 Jan 10:56
7cd6d55
Compare
Choose a tag to compare
  • Project now uses Go modules.
curl -L -O https://github.com/bittersweet/notes/releases/download/v0.7.1/notes.zip
unzip notes.zip
chmod +x notes
mv notes /usr/local/bin/

v0.7.0

27 Jul 09:52
Compare
Choose a tag to compare
  • 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

07 Apr 14:16
Compare
Choose a tag to compare
  • 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

07 Apr 12:10
Compare
Choose a tag to compare
  • 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

12 Jun 15:20
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

19 Dec 14:36
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 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

12 Dec 15:23
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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

11 Dec 14:15
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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/