A great note service making organizing less pain.
Zetanote loads a flat file database into memory for high performance searching and organizing.
Zetanote supports Python 3.6+.
$ pip install zetanote
# Start instaweb
$ zeta instaweb start
# Open in browser
$ zeta instaweb open
# Stop instaweb
$ zeta instaweb stop
# Restart instaweb
$ zeta instaweb restart
$ git clone git@github.com:soasme/zetanote.git
$ cd zetanote
$ pipenv install -e .
$ pipenv shell
# mkdir data
# export ZETANOTE_DATA=./data
# export ZETANOTE_USER=$USER
# zeta open ##### Will prompt default $EDITOR. See below on how to write a note.
# zeta ls
- No support via twitter / email.
- Please report Zetanote OSS issues on GitHub Issue
Please see LICENSE for licensing details.
Ju Lin, @soasme.