add new chinese translations
This commit is contained in:
24
pages.zh/linux/xdg-open.md
Normal file
24
pages.zh/linux/xdg-open.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# xdg-open
|
||||
|
||||
> 在用户的首选应用程序中打开文件或网址。
|
||||
> 更多信息:<https://portland.freedesktop.org/doc/xdg-open.html>。
|
||||
|
||||
- 在默认文件浏览器中打开当前目录:
|
||||
|
||||
`xdg-open .`
|
||||
|
||||
- 在默认浏览器中打开网址:
|
||||
|
||||
`xdg-open {{https://example.com}}`
|
||||
|
||||
- 在默认图像查看器中打开图像:
|
||||
|
||||
`xdg-open {{path/to/image}}`
|
||||
|
||||
- 在默认PDF查看器中打开PDF:
|
||||
|
||||
`xdg-open {{path/to/pdf}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`xdg-open --help`
|
Reference in New Issue
Block a user