mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 15:58:42 +00:00
Update cheatsheets
This commit is contained in:
23
tldr/linux/wofi
Normal file
23
tldr/linux/wofi
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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://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
|
||||
Choice2
|
||||
Choice3}}" | wofi --dmenu`
|
||||
Reference in New Issue
Block a user