*: add Catalan translation (#7736)

This commit is contained in:
Seifer23
2022-02-06 04:25:41 +01:00
committed by GitHub
parent 11ada9c938
commit 99db37b3af
80 changed files with 1502 additions and 0 deletions

View 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`