Skip to content

Commit

Permalink
archwiki-rs: add Spanish translation (#12714)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
  • Loading branch information
kant and tricantivu committed May 17, 2024
1 parent bdbc951 commit 4a0f674
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages.es/common/archwiki-rs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# archwiki-rs

> Lee, busca y descarga páginas de la ArchWiki.
> Más información: <https://gitlab.com/lucifayr/archwiki-rs>.
- Lee una página de la ArchWiki:

`archwiki-rs read-page {{título_de_página}}`

- Lee una página de la ArchWiki en el formato especificado:

`archwiki-rs read-page {{título_de_página}} --format {{plain-text|markdown|html}}`

- Busca páginas en ArchWiki con el texto proporcionado:

`archwiki-rs search "{{texto_a_buscar}}" --text-search`

- Descarga una copia local de todas las páginas de ArchWiki en un directorio específico:

`archwiki-rs local-wiki {{ruta/a/wiki_local}} --format {{plain-text|markdown|html}}`

0 comments on commit 4a0f674

Please sign in to comment.