tnote
is a terminal notebook app with password, in which you can record some notes in your terminal.
$ cd $GOPATH && mkdir jemmyh && cd jemmyh && git clone https://github.com/JemmyH/tnote.git
$ cd tnote && go build -o tnote && mv tnote $GOPATH/bin/
or install with go get
:
go get -u -v github.com/JemmyH/tnote
$ tnote
Terminal Notebook is CLI App, which is implemented by Golang.
Usage:
[command]
Available Commands:
add Add a note to your notebook
create Create a notebook
delete Delete notes prefixed with id
help Help about any command
print Print notes in your notebook
version Show version
Flags:
-h, --help help for this command
-o, --owner string owner of notebook
For each subcommand, use tnote help xxx
for detail usage.
tnote create --owner=xxx
tnote add --owner=xxx --content=hello world
tnote delete --owner=xxx --id=20200102
tnote --owner=xxx print -v