*: add Catalan translation (#7736)
This commit is contained in:
24
pages.ca/linux/xdg-open.md
Normal file
24
pages.ca/linux/xdg-open.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# xdg-open
|
||||
|
||||
> Obre un arxiu o URL en l'aplicació predeterminada del usuari.
|
||||
> Més informació: <https://man.archlinux.org/man/xdg-open.1>.
|
||||
|
||||
- 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`
|
Reference in New Issue
Block a user