tofi
tofi copied to clipboard
Q: How do I get information from tofi?
I am building a script and would like to ask the user for something, that I can process in the backend. Something like msg="$(tofi --prompt-text 'Enter commit message for version control' --fuzzy-match true)"
to let me then use $msg
for something else in the script. Is this possible with tofi?