Files
tldr/pages.zh/linux/xdg-open.md

24 lines
474 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`