1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/rofi.md

21 lines
390 B
Markdown
Raw Normal View History

2018-01-13 08:47:35 +07:00
# rofi
> An application launcher and window switcher.
> More information: <https://github.com/davatorium/rofi>.
2018-01-13 08:47:35 +07:00
- 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`