mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 03:59:11 +00:00
Update cheatsheets
This commit is contained in:
30
qc
Normal file
30
qc
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user