fzf icon indicating copy to clipboard operation
fzf copied to clipboard

--accept-nth ignored with --filter

Open dicktyr opened this issue 1 month ago • 0 comments

--accept-nth has no effect when used in combination with --filter

the --query option respects --accept-nth

% echo 'one two three' | fzf -d ' ' --with-nth 1 --accept-nth -1 -q one
three

but --filter does not

% echo 'one two three' | fzf -d ' ' --with-nth 1 --accept-nth -1 -f one
one two three

dicktyr avatar Nov 24 '25 22:11 dicktyr