Skip to content

Releases: bdazl/note

v0.0.3

27 Oct 20:40
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changelog

  • f07ab29 added --db-only parameter to note init
  • c586f88 clean (.trash) command implemented
  • b6a43e2 find command implemented
  • c27d468 fix: add custom root help template, to distinguish global flags
  • 4f8a39a fix: raw -> minimal style
  • eb8b300 spaces that start with '.' in the name are now considered hidden
  • 779edf0 update the main help text

v0.0.2

23 Oct 21:49
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Note: Executable artifacts are only included for Linux and Windows for this release. Windows is only tested under Wine, at the moment.

Changes:

  • note version does not print warning, if it has yet to be initialized.
  • Sensible defaults to configuration and database directories, under Windows and MacOS.

v0.0.1

20 Oct 18:18
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

The first release of note. The artifact included is a Linux binary, built with GOOS=linux and GOARCH=amd64.

This release includes the following commands:

  • add - Add new note
  • edit - Edit content of note
  • export - Export notes to JSON or YAML file
  • get - Get specific note(s)
  • id - Lists all or some IDs
  • import - Import notes from JSON or YAML file
  • init - Initialize note configuration and database
  • list - Lists notes from one or more spaces
  • move - Move note to another space
  • pin - Pin note(s) to top
  • remove - Remove note(s) with id(s)
  • space - Lists all or some spaces
  • table - Lists available notes in a table format
  • unpin - Unpin note(s) from top
  • version - Version of this program