2018-01-13 01:47:35 +00:00
|
|
|
# rofi
|
|
|
|
|
|
|
|
> An application launcher and window switcher.
|
2020-12-29 11:46:54 +00:00
|
|
|
> More information: <https://github.com/davatorium/rofi>.
|
2018-01-13 01:47:35 +00:00
|
|
|
|
|
|
|
- Show the list of apps:
|
|
|
|
|
|
|
|
`rofi -show drun`
|
|
|
|
|
|
|
|
- Show the list of all commands:
|
|
|
|
|
|
|
|
`rofi -show run`
|
|
|
|
|
|
|
|
- Switch between windows:
|
|
|
|
|
|
|
|
`rofi -show window`
|
2019-08-29 09:26:31 +01:00
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
|
2019-08-29 09:26:31 +01:00
|
|
|
|
|
|
|
`printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu`
|