summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-04-19feat: replace fish integration files with built-in fish subcommand (task u6)Paul Buetow
Add `foostore fish` subcommand that prints the complete fish shell integration script (tab completions for foostore + the ge wrapper function) to stdout so users can source it with `foostore fish | source`. Remove install-fish.sh, FISH_INTEGRATION.md, and completions/ directory. Update CLAUDE.md and README.md to document the new workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07Add KeePass migration command with text/password and binary attachment supportPaul Buetow
2026-03-07docs: add pre-alpha warningPaul Buetow
2026-02-23Release v0.5.2v0.5.2Paul Buetow
2026-02-22Fix fish shell integration after binary rename to foostore (v0.4.0)v0.4.0Paul Buetow
- Rename completions/geheim.fish → completions/foostore.fish - Update all geheim references to foostore in ge.fish, install-fish.sh, FISH_INTEGRATION.md - Add fish shell integration section to README - Fix stale comment in internal/version/version.go Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22Update README for Go rewrite (foostore)Paul Buetow
Reflect the migration from geheim.rb (Ruby) to the Go rewrite: - rename title to foostore - update description to say Go tool instead of Ruby script - update editor mention: Helix / $EDITOR instead of NeoVim Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2023-09-08clarifyPaul Buetow
2023-09-08add more stuffPaul Buetow
2023-09-08add README.mdPaul Buetow