mirror of https://github.com/CrimsonTome/tldr.git
25 lines
522 B
Markdown
25 lines
522 B
Markdown
# xdg-open
|
|
|
|
> Obre un arxiu o URL en l'aplicació predeterminada del usuari.
|
|
> Més informació: <https://portland.freedesktop.org/doc/xdg-open.html>.
|
|
|
|
- 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`
|