17 lines
No EOL
315 B
Markdown
17 lines
No EOL
315 B
Markdown
# halig
|
|
|
|
[(r)age](https://github.com/woodruffw/pyrage) encrypted note-taking CLI app
|
|
|
|
## install
|
|
|
|
```shell
|
|
pip install halig
|
|
```
|
|
|
|
## cli mode
|
|
|
|
```shell
|
|
$ halig edit some_notebook # edit today's note
|
|
$ halig edit some_notebook/foo # edit /path/to/some_notebook/foo.age
|
|
$ halig notebooks # list current notebooks
|
|
``` |