mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 03:55:22 +02:00
rofi, wofi: refresh pages (#16440)
This commit is contained in:
parent
39fee6c869
commit
5bea0404ce
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue