2021-03-29 14:44:53 +02:00
|
|
|
# xdg-open
|
|
|
|
|
2024-04-25 19:58:21 -03:00
|
|
|
> Open a file or URL in the user's preferred application.
|
2022-03-09 01:31:08 -03:00
|
|
|
> More information: <https://portland.freedesktop.org/doc/xdg-open.html>.
|
2021-03-29 14:44:53 +02:00
|
|
|
|
|
|
|
- Open the current directory in the default file explorer:
|
|
|
|
|
|
|
|
`xdg-open .`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Open a URL in the default browser:
|
2021-03-29 14:44:53 +02:00
|
|
|
|
|
|
|
`xdg-open {{https://example.com}}`
|
|
|
|
|
|
|
|
- Open an image in the default image viewer:
|
|
|
|
|
|
|
|
`xdg-open {{path/to/image}}`
|
|
|
|
|
|
|
|
- Open a PDF in the default PDF viewer:
|
|
|
|
|
|
|
|
`xdg-open {{path/to/pdf}}`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`xdg-open --help`
|