aisk / pick

create curses based interactive selection list in the terminal
MIT License
708 stars 63 forks source link

Question regarding selecting an option #107

Open davidbeiler1 opened 10 months ago

davidbeiler1 commented 10 months ago

Lets say I have a list of options coming from a column, i am able to get the options printed out on the screen, but if i select the option, can i pass the text to another part of my code ?

image

So if i select msedge, id like to filter my logs based off \Device\HarddiskVolume3\Program Files (x86)\Microsoft\Edge\Application\msedge.exe and use this as a variable down the road.

Cornelius-Figgle commented 2 months ago

Please read the documentation. Specifically, the README's first example has this in.