fifc icon indicating copy to clipboard operation
fifc copied to clipboard

--fzf-options doesn't work

Open be4zad opened this issue 1 year ago • 1 comments

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 avatar Aug 26 '24 19:08 be4zad

@be4zad With https://github.com/gazorby/fifc/pull/49 you can set fifc_custom_fzf_opts

ollehu avatar Oct 23 '24 11:10 ollehu