You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
It would be even more ideal if I can do something like rofi drun mode, show all outputs from something like this: find "$HOME/Notes" -follow | grep -E '.md$' | tofi, then, when I enter something into tofi that doesn't exist, still return that, otherwise fuzzy-find close to what I am tying.
Just making this issue because someone might be able to help :)
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?The text was updated successfully, but these errors were encountered: