Metadata-Version: 2.1
Name: halig
Version: 0.1.1
Summary: 
License: GPL v3
Author: cătălin
Author-email: catalin@roboces.dev
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Requires-Dist: pyrage (>=1.0.3,<2.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: rich (>=13.3.3,<14.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# 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 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
