halig/README.md
2023-04-03 18:40:11 +02:00

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
```