mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
archwiki-rs: add Italian translation (#20383)
This commit is contained in:
committed by
GitHub
parent
a97cc7ac53
commit
1b3198b7c7
@@ -0,0 +1,20 @@
|
||||
# archwiki-rs
|
||||
|
||||
> Leggi, cerca e scarica pagine dall'ArchWiki.
|
||||
> Maggiori informazioni: <https://gitlab.com/lucifayr/archwiki-rs>.
|
||||
|
||||
- Leggi una pagina dall'ArchWiki:
|
||||
|
||||
`archwiki-rs read-page {{titolo_pagina}}`
|
||||
|
||||
- Leggi una pagina dall'ArchWiki nel formato specificato:
|
||||
|
||||
`archwiki-rs read-page {{titolo_pagina}} --format {{plain-text|markdown|html}}`
|
||||
|
||||
- Cerca nell'ArchWiki pagine contenenti il testo fornito:
|
||||
|
||||
`archwiki-rs search "{{testo_di_ricerca}}" --text-search`
|
||||
|
||||
- Scarica una copia locale di tutte le pagine ArchWiki in una directory specifica:
|
||||
|
||||
`archwiki-rs local-wiki /{{percorso/wiki_locale}} --format {{plain-text|markdown|html}}`
|
||||
Reference in New Issue
Block a user