tests: add config tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cătălin 2022-08-27 16:14:08 +02:00
commit 7be918c231
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
9 changed files with 388 additions and 252 deletions

View file

@ -1 +1,10 @@
# halig
```shell
$ halig init # create and write $HOME/.config/halig/halig.yml
$ halig edit some_notebook # edit today's note
$ halig edit some_notebook/foo.age # edit /path/to/some_notebook/foo.age
$ halig notebooks # list current notebooks
```