1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages/common/qc.md
Patrizio Bekerle 32412b319c
qc: add page (#12087)
* qc: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-21 13:37:08 +05:30

25 lines
653 B
Markdown

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