diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 19:05:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 19:05:32 +0200 |
| commit | 90a4a643107446ed2afb851af2397820111cb563 (patch) | |
| tree | 312d822e3a7af14d87b32855377d1e9d3a297deb | |
| parent | 2184c2a33b9c00a21d8816f42f5b76d5b9d59be6 (diff) | |
Update README for Go rewrite (foostore)
Reflect the migration from geheim.rb (Ruby) to the Go rewrite:
- rename title to foostore
- update description to say Go tool instead of Ruby script
- update editor mention: Helix / $EDITOR instead of NeoVim
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -# geheim.rb +# foostore -This is an humble Ruby script for text and binary document encryption. It uses `AES-256-CBC` by default and the initialization vector is generated from an user input PIN. +This is an humble Go tool for text and binary document encryption. It uses `AES-256-CBC` by default and the initialization vector is generated from an user input PIN. This is for my own use. So the documentation here may be lacking. But feel free to try out yourself or ask! @@ -12,7 +12,7 @@ This is for my own use. So the documentation here may be lacking. But feel free * All file names are encrypted as well and kept in encrypted indices in the same Git repository. * The indices are searchable through `fzf`, the fuzzy finder. * The Git repository can be synchronized with N remote Git repositories (e.g. to two separate VMs for geo-redundancy). -* Text entries are edited using NeoVim (with file caching and swapping etc. disabled). +* Text entries are edited using Helix (or any other `$EDITOR`) * Clipboard support for MacOS and GNOME (Linux). * Interactive `geheim` shell support. * Can import and export documuments in batches. |
