Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--fzf-options doesn't work #48

Open
be4zad opened this issue Aug 26, 2024 · 1 comment
Open

--fzf-options doesn't work #48

be4zad opened this issue Aug 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@be4zad
Copy link

be4zad commented Aug 26, 2024

Describe the bug
I tried to set fzf-options but it is not working.

-f, --fzf-options
        Custom fzf options (can override previous ones)

To Reproduce

  1. fifc -f "--header='YOU SHOULD SEE THIS'"
  2. ls --{TAB}

Expected behavior
That option not applied, you don't see that header.

Screenshots
Excepted something like this:
Excepted something like this

Got it:
Got it

System

  • Fish version: 3.7.1
  • Termux (Android - armv8l)

Additional context
Also tried to set the command in env.fish but still didn't work.

With fzf command the command is fzf --header='YOU SHOULD SEE THIS'

@be4zad be4zad added the bug Something isn't working label Aug 26, 2024
@ollehu
Copy link

ollehu commented Oct 23, 2024

@be4zad With #49 you can set fifc_custom_fzf_opts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@gazorby @ollehu @be4zad and others