Skip to content

[Docs] README.md completion instructions are outdated and incorrect for fish #1815

@PeithonKing

Description

@PeithonKing

The README.md#completions section for fish shell instructs users to:

fish: Put fd.fish in ~/.config/fish/completions

I could not find the fd.fish file anywhere in the repository.

I was later informed (LLM) that the correct method is to generate the file using the binary itself, like this:

fd --gen-completions=fish

# and maybe this actually
fd --gen-completions=fish > ~/.config/fish/completions/fd.fish

I tried this command, and it successfully generated a working completion file.

Could the README.md be updated to reflect this correct, modern method?

I would be happy to open a PR for this with a go ahead from you.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions