mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
24 lines
500 B
Plaintext
24 lines
500 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# wofi
|
|
|
|
> An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`.
|
|
> More information: <https://manned.org/wofi>.
|
|
|
|
- Show the list of apps:
|
|
|
|
`wofi {{[-S|--show]}} drun`
|
|
|
|
- Show the list of all commands:
|
|
|
|
`wofi {{[-S|--show]}} run`
|
|
|
|
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
|
|
|
|
`printf "{{Choice1
|
|
Choice2
|
|
Choice3}}" | wofi {{[-d|--dmenu]}}`
|