rofi
An application launcher and window switcher. More information: <https://github.com/davatorium/rofi>.
Install
- All systems
-
curl cmd.cat/rofi.sh
- Debian
-
apt-get install rofi - Ubuntu
-
apt-get install rofi - Arch Linux
-
pacman -S rofi - Kali Linux
-
apt-get install rofi - Fedora
-
dnf install rofi - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rofi - Raspbian
-
apt-get install rofi
An application launcher and window switcher. More information: <https://github.com/davatorium/rofi>.
-
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 to `stdout`:
printf "Choice1\nChoice2\nChoice3" | rofi -dmenu
© tl;dr; authors and contributors