THIS PROJECT IS DEPRECATED
To use this cli, you must have a self-hosted ✍️memos server set up and running.
Memos CLI is a third-party client for ✍️memos and both projects aren't affiliated with each other.
Install from pip:
$ pip install memos-cli
-
Sign in your account
$ memos auth signin
-
List your memos
$ memos list
-
Create a new memo
$ memos new
Run memos --help
to see all available commands.
All configs are stored in $HOME/.memos.json
.
text-editor
: the text editor used to visualize and edit memos. If it is not specifiedvi
will be used.
This project is made available under the GNU General Public License v3.