konsole, tldr: add Chinese translation & add --update example (#4469)

This commit is contained in:
Flex Zhong 2020-10-05 22:28:59 +08:00 committed by GitHub
parent edb523ee0b
commit ece4c00efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -14,3 +14,7 @@
- 获取一个 git 子命令的帮助:
`tldr {{git checkout}}`
- 更新本地页面 (如果客户端支持缓存):
`tldr -u`

24
pages.zh/linux/konsole.md Normal file
View File

@ -0,0 +1,24 @@
# konsole
> Konsole: KDE 终端模拟器.
> 更多信息: <https://konsole.kde.org>.
- 在特定目录中打开一个新的 Konsole:
`konsole --workdir {{path/to/directory}}`
- 运行特定命令,退出窗口后不要关闭窗口:
`konsole --noclose -e {{命令}}`
- 打开新标签页:
`konsole --new-tab`
- 在后台打开 Konsole 并在按下 Ctrl+Shift+F12 (默认) 时显示在最前面:
`konsole --background-mode`
- 使用紧急备冗配置文件打开 Konsole:
`konsole --fallback-profile`