age-encrypted, file-based, note-taking CLI app
Project description
halig
(R)age encrypted note-taking CLI app.
halig
opens, using your favorite $EDITOR
, an in-memory copy of a file and upon save-and-exit,
it encrypts the new contents into an age file that
you can store, relatively safe, anywhere.
Features
- Simple notebooks management with paths autocompletion
- Passphrase-less, fully-encrypted notes, compatible with existing SSH keys
- No external
age
binary needed - Almost all
age
advantages, like having multiple keys for encryption and decryption - Remote (HTTP) public keys import: e.g: github.com/<username>.keys
Install
pipx install halig # or pip
Setup TLDR
set -e
ssh-keygen -t ed25519
mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/halig"
cat << EOF > "${XDG_CONFIG_HOME:-$HOME/.config}/halig/halig.yml"
---
notebooks_root_path: ~/Documents/Notebooks
identity_paths:
- ~/.ssh/id_ed25519
recipient_paths:
- ~/.ssh/id_ed25519.pub
- https://github.com/<username>.keys
- https://gitlab.com/<username>.keys
EOF
Usage TLDR
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
halig-0.4.6.tar.gz
(27.2 kB
view details)
Built Distribution
halig-0.4.6-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file halig-0.4.6.tar.gz
.
File metadata
- Download URL: halig-0.4.6.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.2 CPython/3.12.3 Linux/6.8.9-zen1-2-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b345848435ec0f5cba6539a56567bdae0caaf2a50908f0a00091ae733b83d2f |
|
MD5 | f0c8b7d72371552acb3939931f6c7b9a |
|
BLAKE2b-256 | 317c9817aeff81f508a20175e07eb262cd99b02a611fccab9503f9026445bde7 |
File details
Details for the file halig-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: halig-0.4.6-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.2 CPython/3.12.3 Linux/6.8.9-zen1-2-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3381a555473243dc5c2ebcf1aed5101cef2531c994151ffef17e223da116ee9a |
|
MD5 | fae5a7d09435e49521c9982782e98d27 |
|
BLAKE2b-256 | 1a41a4f18d6d35ef5faad2b12c322194250bd4ee2877e26a7058b1194e136d03 |