From 9df83b738cd6731c5d7171dc0f4de6bb99871029 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 20:53:09 +0200 Subject: Replace all geheim path/name defaults with foostore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- internal/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/shell') 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. -- cgit v1.2.3