Releases: bdazl/note
Releases · bdazl/note
v0.0.3
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
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
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 noteedit
- Edit content of noteexport
- Export notes to JSON or YAML fileget
- Get specific note(s)id
- Lists all or some IDsimport
- Import notes from JSON or YAML fileinit
- Initialize note configuration and databaselist
- Lists notes from one or more spacesmove
- Move note to another spacepin
- Pin note(s) to topremove
- Remove note(s) with id(s)space
- Lists all or some spacestable
- Lists available notes in a table formatunpin
- Unpin note(s) from topversion
- Version of this program