add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/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 {{path/to/file.pdf}}`
-`imv` 设置为 PNG 文件的默认应用程序:
`handlr set {{.png}} {{imv.desktop}}`
- 将 MPV 设置为所有音频文件的默认应用程序:
`handlr set {{'audio/*'}} {{mpv.desktop}}`
- 列出所有默认应用程序:
`handlr list`
- 打印 PNG 文件的默认应用程序:
`handlr get {{.png}}`