使用 zsh 的默认程序执行文件?

使用 zsh 的默认程序执行文件?

在 Windows Powershell 中,我可以通过执行以下操作在 Adob​​e Reader 中打开 PDF

> Invoke-Item ~/path/to/my.pdf

有没有办法从 zsh 打开默认 gui 应用程序中的文件?

答案1

你可以跑了xdg-open ~/path/to/file.pdf

相关内容