mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 17:26:14 +02:00
konsole, tldr: add Chinese translation & add --update example (#4469)
This commit is contained in:
parent
edb523ee0b
commit
ece4c00efd
2 changed files with 28 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- 获取一个 git 子命令的帮助:
|
||||
|
||||
`tldr {{git checkout}}`
|
||||
|
||||
- 更新本地页面 (如果客户端支持缓存):
|
||||
|
||||
`tldr -u`
|
||||
|
|
24
pages.zh/linux/konsole.md
Normal file
24
pages.zh/linux/konsole.md
Normal 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`
|
Loading…
Add table
Reference in a new issue