feat: move project from poetry to pdm, rewrite from scratch and add
basic `notebooks`, `edit` and `show` commands
This commit is contained in:
parent
d9eb99b72e
commit
d3ad87211e
35 changed files with 1309 additions and 1434 deletions
17
README.md
17
README.md
|
|
@ -1,10 +1,23 @@
|
|||
# halig
|
||||
|
||||
[](https://qa.roboces.dev/catalin/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 init # create and write $HOME/.config/halig/halig.yml
|
||||
$ 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue