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.5.1.tar.gz
(27.1 kB
view details)
Built Distribution
halig-0.5.1-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file halig-0.5.1.tar.gz
.
File metadata
- Download URL: halig-0.5.1.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.3 CPython/3.12.4 Linux/6.10.2-zen1-1-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9f1765c64505ce3a985032f0687434d99bb3818dbf83a25571e4c22572c73b6 |
|
MD5 | e28dad403b5ccd757038ed7929eb07b5 |
|
BLAKE2b-256 | e852d9c68a8861e73179f8e2ac8e1b73d293fe3898ab4ce2140ba4a599a35349 |
File details
Details for the file halig-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: halig-0.5.1-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.3 CPython/3.12.4 Linux/6.10.2-zen1-1-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef7f3aa7b1da1a1bdf4a0040677bf75643d1c242aca56d930bb534fd81e9bc50 |
|
MD5 | 93613e8350e71f9243ecf5d6b6117764 |
|
BLAKE2b-256 | b22b4682276692d3ac0851b9b652ccec123ab51484a200afade9e498d12bfd49 |