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/shell | |
| 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/shell')
| -rw-r--r-- | internal/shell/shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/shell/shell.go b/internal/shell/shell.go index 1d231b9..16c6366 100644 --- a/internal/shell/shell.go +++ b/internal/shell/shell.go @@ -1,4 +1,4 @@ -// Package shell provides interactive readline-based shell integration for geheim. +// Package shell provides interactive readline-based shell integration for foostore. // It wraps github.com/ergochat/readline to offer vi mode, tab completion, // history deduplication (matching the Ruby reference implementation), and // password reading without echo. |
