feat: prettify errors

This commit is contained in:
cătălin 2023-04-06 17:30:21 +02:00
commit af8b9b7c52
Signed by: catalin
GPG key ID: 686088EF78EE4083
12 changed files with 692 additions and 179 deletions

View file

@ -14,10 +14,9 @@ you can store, _relatively_ safe, anywhere.
## Install
```shell
pip install halig
pipx install halig # or pip
```
PS: I recommend using [pipx](https://pypa.github.io/pipx/) instead
## Setup TLDR
@ -39,5 +38,4 @@ EOF
halig edit some_notebook # edit today's note relative to <notebooks_root_path>/some_notebook
halig edit some_notebook/foo # edit <notebooks_root_path>/some_notebook/foo.age
halig notebooks # list current notebooks
```