summaryrefslogtreecommitdiff
path: root/completions
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-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>
2025-11-01Add fish shell integration with dynamic command completion (v0.2.0)v0.2.0Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-9aec59d6-cd27-4607-ac11-baac5f2ca758 Co-authored-by: Amp <amp@ampcode.com>