1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:02:07 +02:00
tldr/pages/linux/wofi.md
MuhammadAly11 71f4b14150
wofi: add page (#13596)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-09-06 19:29:56 +02:00

16 lines
390 B
Markdown

# wofi
> An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`.
> More information: <https://hg.sr.ht/~scoopta/wofi>.
- Show the list of apps:
`wofi --show drun`
- Show the list of all commands:
`wofi --show run`
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
`printf "{{Choice1\nChoice2\nChoice3}}" | wofi --dmenu`