1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/rofi.md
코드싸이 624a50f563
rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)
* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
2024-11-09 22:28:34 +09:00

20 lines
394 B
Markdown

# rofi
> 애플리케이션 실행기 및 창 전환기.
> 더 많은 정보: <https://github.com/davatorium/rofi>.
- 앱 목록 표시:
`rofi -show drun`
- 모든 명령 목록 표시:
`rofi -show run`
- 창 간 전환:
`rofi -show window`
- 항목 목록을 `stdin`으로 전달하고 선택한 항목을 `stdout`으로 출력:
`printf "{{선택1\n선택2\n선택3}}" | rofi -dmenu`