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.1.tar.gz
(26.7 kB
view details)
Built Distribution
halig-0.4.1-py3-none-any.whl
(25.4 kB
view details)
File details
Details for the file halig-0.4.1.tar.gz
.
File metadata
- Download URL: halig-0.4.1.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.10.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a34d481b3f31cd541aebcb3918e4cd7e25e9c2a7ae2854ca112304b3c28a7f0a |
|
MD5 | 20c1b185996933c2c569018d10d4fb11 |
|
BLAKE2b-256 | 5a938e588fafc7a57640aaff0a5f76fa2891512ae07a66b204b5bfc7776a3c1f |
File details
Details for the file halig-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: halig-0.4.1-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.10.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfd271387a24fcb36b47da29abfdd2cf95411e2d12e6cab8b73abb6ff08ad4ab |
|
MD5 | f48a91029d091a892bd2cb6313a7ac75 |
|
BLAKE2b-256 | 0bae6d21ef0103391d365f85640339057033145c3fba4ef931a6f2996b243471 |