feat: prettify errors
This commit is contained in:
parent
6f45b76579
commit
af8b9b7c52
12 changed files with 692 additions and 179 deletions
|
|
@ -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
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue