linux/h*: add Korean translation (#14705)

This commit is contained in:
코드싸이
2024-11-09 13:27:13 +09:00
committed by GitHub
parent 6acaad1270
commit 65635e8a74
17 changed files with 422 additions and 0 deletions

28
pages.ko/linux/handlr.md Normal file
View File

@@ -0,0 +1,28 @@
# handlr
> 기본 애플리케이션을 관리합니다.
> 더 많은 정보: <https://github.com/chmln/handlr>.
- 기본 애플리케이션에서 URL 열기:
`handlr open {{https://example.com}}`
- 기본 PDF 뷰어에서 PDF 열기:
`handlr open {{경로/대상/파일.pdf}}`
- PNG 파일의 기본 애플리케이션으로 `imv` 설정:
`handlr set {{.png}} {{imv.desktop}}`
- 모든 오디오 파일의 기본 애플리케이션으로 MPV 설정:
`handlr set {{'audio/*'}} {{mpv.desktop}}`
- 모든 기본 앱 나열:
`handlr list`
- PNG 파일의 기본 애플리케이션 출력:
`handlr get {{.png}}`