nncli-create(1)¶
Synopsis¶
nncli create [-]
Description¶
Create a note. Without arguments, this command will open your configured editor. If - is specified, the note content is read from stdin. The note syncs to the server after the command completes.
Examples¶
# create a new note and open in editor
$ nncli create
# create a new note with contents of stdin
$ echo 'hi' | nncli create -
See also¶
nncli(1)