1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +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

394 B

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