diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-19 16:31:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-19 16:31:25 +0300 |
| commit | 5e259cafc87c96bbe6ab6c4a498099c1ffef0fac (patch) | |
| tree | 87eac0697f0f93a4d2f2f9faf62b1f08ae10f62e /CLAUDE.md | |
| parent | 7292a5db4e96ffeb30697ce3308d47777bf7c2f5 (diff) | |
feat: replace fish integration files with built-in fish subcommand (task u6)
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>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -32,7 +32,11 @@ Table-driven unit tests exist for all internal packages. ## Fish shell integration ```bash -./install-fish.sh # installs completions/foostore.fish and completions/ge.fish +# Print the fish integration script and source it in the current session: +foostore fish | source + +# Or add to ~/.config/fish/config.fish for permanent activation: +foostore fish | source # add this line to the file ``` ## Configuration |
