(R)age encrypted note-taking CLI app
  • Python 99.1%
  • Makefile 0.9%
Find a file
2023-04-01 12:37:10 +02:00
halig feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
tests feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
.flake8 feat: add basic functionality 2022-08-10 18:34:41 +02:00
.gitignore feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
.pre-commit-config.yaml feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
LICENSE Initial commit 2022-08-10 16:12:59 +00:00
Makefile feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
noxfile.py feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
pdm.lock feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
pyproject.toml feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
README.md feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00
sample.env feat: move project from poetry to pdm, rewrite from scratch and add 2023-04-01 12:37:10 +02:00

halig

(r)age encrypted note-taking CLI app

install and init

You can use plain pip but I'd recommend pipx

pipx install halig

cli mode

$ 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