From 32412b319c06fca1c8bfc9a670f10f40f5f92867 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sun, 21 Jan 2024 09:07:08 +0100 Subject: [PATCH] qc: add page (#12087) * qc: add page --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/common/qc.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/qc.md diff --git a/pages/common/qc.md b/pages/common/qc.md new file mode 100644 index 000000000..62ec3b7af --- /dev/null +++ b/pages/common/qc.md @@ -0,0 +1,25 @@ +# qc + +> Manage and execute command snippets stored in QOwnNotes notes. +> See also: `qownnotes`. +> More information: . + +- 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`