How to get information from the "selected item" for a custom function on a picker? #2069
Unanswered
DominikMendel
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
6 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.
-
I want to create some tmux functionality where in a file picker, I want to open a new tmux window at the "cursor selected". But, what information, and how, do I get the information under the cursor for the "select" functionality?
For exmaple, if I have a picker :
How do I get all the "meta data" of the selected entry
/foo/baz
?And I want to confirm, I kind of want to achieve this behavior like so:
I guess I see the
picker
anditem
in this example now. I'm assumingitem
is the selected, but then what ispicker
?Beta Was this translation helpful? Give feedback.
All reactions