2022-02-06 03:25:41 +00:00
|
|
|
# xdg-open
|
|
|
|
|
|
|
|
> Obre un arxiu o URL en l'aplicació predeterminada del usuari.
|
2022-07-29 07:13:36 +01:00
|
|
|
> Més informació: <https://portland.freedesktop.org/doc/xdg-open.html>.
|
2022-02-06 03:25:41 +00:00
|
|
|
|
|
|
|
- Obre el directori actual en l'explorador d'arxius predeterminat::
|
|
|
|
|
|
|
|
`xdg-open .`
|
|
|
|
|
|
|
|
- Obre una URL en el navegador predeterminat:
|
|
|
|
|
|
|
|
`xdg-open {{https://www.exemple.cat}}`
|
|
|
|
|
|
|
|
- Obre una imatge en el visor d'imatges predeterminat:
|
|
|
|
|
|
|
|
`xdg-open {{ruta/a/imatge}}`
|
|
|
|
|
|
|
|
- Obre un PDF en el visor de PDF predeterminat:
|
|
|
|
|
|
|
|
`xdg-open {{ruta/al/pdf}}`
|
|
|
|
|
|
|
|
- Mostra l'ajuda:
|
|
|
|
|
|
|
|
`xdg-open --help`
|