common/q*: add Chinese translation (#14687)
* common/q*: add Chinese translation * q:remove whitespace * Update qalc.md * Update qemu-img.md
This commit is contained in:
25
pages.zh/common/qc.md
Normal file
25
pages.zh/common/qc.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# qc
|
||||
|
||||
> 管理和执行存储在 QOwnNotes 笔记中的命令片段。
|
||||
> 请参阅:`qownnotes`.
|
||||
> 更多信息:<https://www.qownnotes.org/getting-started/command-line-snippet-manager.html>.
|
||||
|
||||
- 配置代码片段管理器,例如设置来自 QOwnNotes 的安全令牌:
|
||||
|
||||
`qc configure`
|
||||
|
||||
- 搜索并打印存储在 `Commands.md` 笔记中的命令片段以及所有标记为 `commands` 的笔记:
|
||||
|
||||
`qc search`
|
||||
|
||||
- 执行一个片段并在执行前显示命令:
|
||||
|
||||
`qc exec --command`
|
||||
|
||||
- 执行上一个片段并在执行前显示命令:
|
||||
|
||||
`qc exec --command --last`
|
||||
|
||||
- 在 QOwnNotes 中切换笔记文件夹:
|
||||
|
||||
`qc switch`
|
Reference in New Issue
Block a user