qc: add Spanish translation (#12109)

pull/23/head
Darío Hereñú 2024-01-29 01:16:48 -03:00 committed by GitHub
parent b34e319836
commit 92bccb4c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

25
pages.es/common/qc.md Normal file
View File

@ -0,0 +1,25 @@
# qc
> Gestiona y ejecuta fragmentos de comandos almacenados en notas QOwnNotes.
> Ve también: `qownnotes`.
> Más información: <https://www.qownnotes.org/getting-started/command-line-snippet-manager.html>.
- Configura el gestor de fragmentos, por ejemplo para establecer el token de seguridad de QOwnNotes:
`qc configure`
- Busca e imprime fragmentos de comandos almacenados en tu nota `Commands.md` y en todas tus notas etiquetadas con `commands`:
`qc search`
- Ejecuta un fragmento y muestra el comando antes de ejecutarlo:
`qc exec --command`
- Ejecuta el último fragmento y muestra el comando antes de ejecutarlo:
`qc exec --command --last`
- Cambia entre las carpetas de notas en QOwnNotes:
`qc switch`