github dnote/dnote v0.4.0

latest releases: cli-v0.15.1, cli-v0.15.0, cli-v0.14.0...
6 years ago

view command

  • Add view command to replace ls and cat.
  • Deprecate ls and cat.

This decreases the number of commands to remember and makes it quicker to browse your notes and books. For instance, walking down Dnote structure can be done with a v command without having to type different commands:

# list all books
$ dnote v

# list all notes in js
$ dnote v js

# show content of your note #0 in js
$ dnote v js 0

Sync public status of notes

  • Dnote for web added an ability to share notes by allowing users to toggle link sharing. Dnote CLI syncs the public status of notes.
  • In the next releases, Dnote CLI will be able to edit the public status of notes.

Don't miss a new dnote release

NewReleases is sending notifications on new releases.