halig/README.md
2023-04-01 12:37:10 +02:00

23 lines
No EOL
393 B
Markdown

# halig
[(r)age](https://github.com/woodruffw/pyrage) encrypted note-taking CLI app
## install and init
You can use plain `pip` but I'd recommend `pipx`
```shell
pipx 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
```
## tui mode
wip