Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archwiki-rs: add Spanish translation #12714

Merged
merged 5 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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_página}}`
kant marked this conversation as resolved.
Show resolved Hide resolved

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

`archwiki-rs read-page {{título_página}} --format {{plain-text|markdown|html}}`
kant marked this conversation as resolved.
Show resolved Hide resolved

- Busca en ArchWiki páginas que contengan el texto proporcionado:
kant marked this conversation as resolved.
Show resolved Hide resolved

`archwiki-rs search " {{texto_buscado}}" --text-search`
kant marked this conversation as resolved.
Show resolved Hide resolved

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