mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
qc: add Spanish translation (#12109)
This commit is contained in:
parent
b34e319836
commit
92bccb4c2e
1 changed files with 25 additions and 0 deletions
25
pages.es/common/qc.md
Normal file
25
pages.es/common/qc.md
Normal 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`
|
Loading…
Add table
Reference in a new issue