tests: test commands

This commit is contained in:
cătălin 2023-04-03 18:40:11 +02:00
commit 570c29d9f1
Signed by: catalin
GPG key ID: 686088EF78EE4083
16 changed files with 235 additions and 52 deletions

View file

@ -2,12 +2,10 @@
[(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`
## install
```shell
pipx install halig
pip install halig
```
## cli mode
@ -16,8 +14,4 @@ pipx install halig
$ 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
```