1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 04:15:24 +02:00

rofi, wofi: refresh pages (#16440)

This commit is contained in:
Managor 2025-05-10 20:10:58 +03:00 committed by GitHub
parent 39fee6c869
commit 5bea0404ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# rofi
> An application launcher and window switcher.
> More information: <https://github.com/davatorium/rofi>.
> More information: <https://github.com/davatorium/rofi#manpage>.
- Show the list of apps:

View file

@ -1,16 +1,16 @@
# 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\nChoice2\nChoice3}}" | wofi --dmenu`
`printf "{{Choice1\nChoice2\nChoice3}}" | wofi {{[-d|--dmenu]}}`