dnote is perfect for fast and quick notes. It is a simple CLI note application, saving notes in ~/.dnote
(or C:\Users\%USERNAME%\.dnote
in Windows).
Only Windows is supported at the moment.
dnote create Hello!
will create a note 1
containing Hello!
.
dnote show 1
will show Hello!
.
dnote list
will show 1
.
dnote modify 1 See you!
will override 1
from Hello!
to See you!
.
dnote delete 1
will prompt the user to remove 1
, if y
, deletes 1
.
More information is available with /?
or --help
per command.