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.3.tar.gz
(27.0 kB
view details)
Built Distribution
halig-0.4.3-py3-none-any.whl
(25.7 kB
view details)
File details
Details for the file halig-0.4.3.tar.gz
.
File metadata
- Download URL: halig-0.4.3.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.10.4 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289a4e87517f524eea5f72f76a1a3cbc6c7209135d0faff072a575f6c533c4ef |
|
MD5 | 3e46aaa6cbd91883a3d5e9688fe0f184 |
|
BLAKE2b-256 | 9418c254d4eb0a4ab461225a7f8fa52502032aab8d2e860b0e64b88bbd164b99 |
File details
Details for the file halig-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: halig-0.4.3-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.10.4 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07b81ec96047b85e86c49092d5a1189233042e90e1875e91769f0feace406d12 |
|
MD5 | 4cfaa02a48108b748a9561c94292857e |
|
BLAKE2b-256 | 7711b59d71013c2d51fc3b06b41df2a49d2f32b4122dcef0769bfb15fe9b51a3 |