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>
pull/28/head
MuhammadAly11 2024-09-06 20:29:56 +03:00 committed by GitHub
parent 12cf846d2a
commit 71f4b14150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
pages/linux/wofi.md Normal file
View File

@ -0,0 +1,16 @@
# 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`