summaryrefslogtreecommitdiff
path: root/internal/cli/cli.go
AgeCommit message (Expand)Author
2026-04-18feat: make keepass the default backend with master.kdbx default pathPaul Buetow
2026-04-18feat: add --kdbx-path CLI flag to override KeePass database path at runtimePaul Buetow
2026-04-17refactor: extract buildGeheimGit helper to keep buildGeheimBackend under 30 l...Paul Buetow
2026-04-17refactor: extract Backend interface decoupling CLI from *store.Store (task j4)Paul Buetow
2026-03-07Add KeePass migration command with text/password and binary attachment supportPaul Buetow
2026-03-02store/cli: move search output to CLI layer (task 400)Paul Buetow
2026-03-02store: make Data carry injected deps (task 402)Paul Buetow
2026-03-02store/cli: deduplicate shred helper (task 400)Paul Buetow
2026-02-23Release v0.5.2v0.5.2Paul Buetow
2026-02-22Replace all geheim path/name defaults with foostorePaul Buetow
2026-02-22Rename binary from geheim to foostorePaul Buetow
2026-02-22Enforce Go best practices (task 344)Paul Buetow
2026-02-22Update main.go and cli API for signal-cancellable context (task 352/main)Paul Buetow
2026-02-22Implement internal/cli package (task 352/cli)Paul Buetow
2026-02-22Add Go project scaffold (task 352)Paul Buetow