With this program you can save your memo from the command line.
Download here
cd memo
chmod+x install.sh
sudo ./install.sh
You can use this commands:
Usage:
memo [command]
Available Commands:
add Add a memo
archive archive a memo
delete Delete a memo
help Help about any command
show Show all memo
update Update a memo
Flags:
-h, --help help for memo
Use "memo [command] --help" for more information about a command.
You need a Go compiler
git clone https://github.com/MarckTomack/memo.git
cd memo
go build