index
:
foostore
master
My personal password and document store
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
cli
/
cli.go
Age
Commit message (
Expand
)
Author
2026-04-19
feat: replace fish integration files with built-in fish subcommand (task u6)
Paul Buetow
2026-04-18
refactor: extract migration logic into internal/migrate package (task q6)
Paul Buetow
2026-04-18
refactor: move Gitter interface to consumer package internal/cli (task p6)
Paul Buetow
2026-04-18
refactor: split cli.go into focused files by responsibility
Paul Buetow
2026-04-18
feat: make keepass the default backend with master.kdbx default path
Paul Buetow
2026-04-18
feat: add --kdbx-path CLI flag to override KeePass database path at runtime
Paul Buetow
2026-04-17
refactor: extract buildGeheimGit helper to keep buildGeheimBackend under 30 l...
Paul Buetow
2026-04-17
refactor: extract Backend interface decoupling CLI from *store.Store (task j4)
Paul Buetow
2026-03-07
Add KeePass migration command with text/password and binary attachment support
Paul Buetow
2026-03-02
store/cli: move search output to CLI layer (task 400)
Paul Buetow
2026-03-02
store: make Data carry injected deps (task 402)
Paul Buetow
2026-03-02
store/cli: deduplicate shred helper (task 400)
Paul Buetow
2026-02-23
Release v0.5.2
v0.5.2
Paul Buetow
2026-02-22
Replace all geheim path/name defaults with foostore
Paul Buetow
2026-02-22
Rename binary from geheim to foostore
Paul Buetow
2026-02-22
Enforce Go best practices (task 344)
Paul Buetow
2026-02-22
Update main.go and cli API for signal-cancellable context (task 352/main)
Paul Buetow
2026-02-22
Implement internal/cli package (task 352/cli)
Paul Buetow
2026-02-22
Add Go project scaffold (task 352)
Paul Buetow