add new chinese translations
This commit is contained in:
20
pages.zh/linux/rofi.md
Normal file
20
pages.zh/linux/rofi.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# rofi
|
||||
|
||||
> 一个应用程序启动器和窗口切换器。
|
||||
> 更多信息:<https://github.com/davatorium/rofi>。
|
||||
|
||||
- 显示应用程序列表:
|
||||
|
||||
`rofi -show drun`
|
||||
|
||||
- 显示所有命令列表:
|
||||
|
||||
`rofi -show run`
|
||||
|
||||
- 在窗口之间切换:
|
||||
|
||||
`rofi -show window`
|
||||
|
||||
- 将项目列表通过 `stdin` 传递,并将选定的项目打印到 `stdout`:
|
||||
|
||||
`printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu`
|
Reference in New Issue
Block a user