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
man fzf
fzf --version
0.59.0 (bbe1721)
cat <<EOF | fzf -d: --with-nth=2 --nth=1..2 col1:col2 EOF
Search for col1, which returns no result
col1
It would be great to be able to search "hidden" fields as well.
I've seen #2432, but that trailed off into another direction and was "closed" by a fix for ellipsis.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.59.0 (bbe1721)
OS
Shell
Problem / Steps to reproduce
Search for
col1
, which returns no resultIt would be great to be able to search "hidden" fields as well.
I've seen #2432, but that trailed off into another direction and was "closed" by a fix for ellipsis.
The text was updated successfully, but these errors were encountered: