We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
fifc -f "--header='YOU SHOULD SEE THIS'"
ls --
Expected behavior That option not applied, you don't see that header.
Screenshots Excepted something like this:
Got it:
System
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'
fzf --header='YOU SHOULD SEE THIS'
The text was updated successfully, but these errors were encountered:
@be4zad With #49 you can set fifc_custom_fzf_opts
fifc_custom_fzf_opts
Sorry, something went wrong.
gazorby
No branches or pull requests
Describe the bug
I tried to set fzf-options but it is not working.
To Reproduce
fifc -f "--header='YOU SHOULD SEE THIS'"
ls --
{TAB}Expected behavior
That option not applied, you don't see that header.
Screenshots
Excepted something like this:
Got it:
System
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'
The text was updated successfully, but these errors were encountered: