diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 20:53:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 20:53:09 +0200 |
| commit | 9df83b738cd6731c5d7171dc0f4de6bb99871029 (patch) | |
| tree | feb1d82ed0b563d9125ea901b7004afd67f18e78 /internal/git | |
| parent | 7de95e396d729895a7e1e27c1155c9d365fab41c (diff) | |
Replace all geheim path/name defaults with foostore
- Default data_dir: ~/git/geheimlager → ~/git/foostore-data
- Default export_dir: ~/.geheimlagerexport → ~/.foostore-export
- Default key_file: ~/.geheimlager.key → ~/.foostore.key
- Rename env var GEHEIM_SHELL → FOOSTORE_SHELL
- Update package-level comments across cli, shell, store, git, config
- Update Magefile and CLAUDE.md docs to reflect new paths
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/git')
| -rw-r--r-- | internal/git/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/git.go b/internal/git/git.go index af4a394..a1e6d6e 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -1,4 +1,4 @@ -// Package git wraps git operations used by geheim to manage the secret store. +// Package git wraps git operations used by foostore to manage the secret store. // It mirrors the Git module from the original Ruby implementation (geheim.rb lines 79-123), // running real git subprocesses rather than using a Go git library. package git |
