Skip to content

feat(cli): add fish integration - #70

Open
aeons wants to merge 2 commits into
eersnington:mainfrom
aeons:feat/fish-shell-integration
Open

feat(cli): add fish integration#70
aeons wants to merge 2 commits into
eersnington:mainfrom
aeons:feat/fish-shell-integration

Conversation

@aeons

@aeons aeons commented May 26, 2026

Copy link
Copy Markdown

navi config shell install --shell fish now writes function wrappers to ~/.config/fish/functions/ and completions to ~/.config/fish/completions/ or wherever $XDG_CONFIG_HOME points.

Fish gets a different install strategy from bash/zsh. We write standalone function files that fish lazy-loads on first invocation.

Completions call the binary directly via env COMPLETE=fish command navi -- ..., bypassing the function wrapper.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread tests/config_shell_tests.rs
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
@eersnington

Copy link
Copy Markdown
Owner

i think this is my calling to switch out zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants