Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-11 00:21:25 +00:00
parent c39b4c5f19
commit 3bbcd70636
19 changed files with 93 additions and 39 deletions

View File

@@ -6,18 +6,18 @@ 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>.
> More information: <https://manned.org/wofi>.
- Show the list of apps:
`wofi --show drun`
`wofi {{[-S|--show]}} drun`
- Show the list of all commands:
`wofi --show run`
`wofi {{[-S|--show]}} run`
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
`printf "{{Choice1
Choice2
Choice3}}" | wofi --dmenu`
Choice3}}" | wofi {{[-d|--dmenu]}}`