qc: add page (#12087)

* qc: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
pull/23/head
Patrizio Bekerle 2024-01-21 09:07:08 +01:00 committed by GitHub
parent 2f2b869ebe
commit 32412b319c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

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

@ -0,0 +1,25 @@
# qc
> Manage and execute command snippets stored in QOwnNotes notes.
> See also: `qownnotes`.
> More information: <https://www.qownnotes.org/getting-started/command-line-snippet-manager.html>.
- Configure the snippet manager, e.g. to set the security token from QOwnNotes:
`qc configure`
- Search and print command snippets stored in your `Commands.md` note and all your notes tagged with `commands`:
`qc search`
- Execute a snippet and show the command before executing:
`qc exec --command`
- Execute the last snippet and show the command before executing:
`qc exec --command --last`
- Switch between note folders in QOwnNotes:
`qc switch`