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

474 B
Raw Permalink Blame History

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