Replies: 1 comment 2 replies
-
|
I think option cat my_app.log | fzf --wrap --nth 2..
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for your hard work on fzf.
My use case:
I want to make a UI with fzf where in each entry, there is a timestamp, and very long text on the right side.
But so that, when you type, the timestamp or "prefix" would remain visible always, even the right side is fuzzy matched somewhere.
With the previous command, it behaves like this:
The timestamp becomes hidden, even when just searching the second the second part with
--nth 2..Maybe there could be some flag that makes it so that the non-
--nth 2..part is always visible.Maybe this is already possible. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions