mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 13:50:18 +00:00
Update cheatsheets
This commit is contained in:
27
linux/rofi
Normal file
27
linux/rofi
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rofi
|
||||
|
||||
> An application launcher and window switcher.
|
||||
> More information: <https://github.com/davatorium/rofi>.
|
||||
|
||||
- Show the list of apps:
|
||||
|
||||
`rofi -show drun`
|
||||
|
||||
- Show the list of all commands:
|
||||
|
||||
`rofi -show run`
|
||||
|
||||
- Switch between windows:
|
||||
|
||||
`rofi -show window`
|
||||
|
||||
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
|
||||
|
||||
`printf "{{Choice1
|
||||
Choice2
|
||||
Choice3}}" | rofi -dmenu`
|
||||
Reference in New Issue
Block a user