HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

qc — Manage and execute command snippets stored in QOwnNotes notes. See also: `qownnotes`. More informati

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandqcandexecuteclimanagesnippets

Problem

How to use the qc command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/qc

Revisions (0)

No revisions yet.