Control Rofi - Application Launcher | Online Free DevTools by Hexmos
Control applications with Rofi, a versatile application launcher. Quickly switch windows and execute commands. Free online tool, no registration required.
rofi
An application launcher and window switcher. More information: https://github.com/davatorium/rofi#manpage.
- Show the list of apps:
rofi -show drun
- Show the list of all commands:
rofi -show run
- Switch between windows:
rofi -show window
- Pipe a list of items to
stdin
and print the selected item tostdout
:
printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu