add new chinese translations
This commit is contained in:
@@ -1,24 +1,20 @@
|
||||
# konsole
|
||||
|
||||
> Konsole: KDE 终端模拟器。
|
||||
> 更多信息:<https://docs.kde.org/stable5/en/konsole/konsole/command-line-options.html>.
|
||||
> KDE 的终端模拟器。
|
||||
> 更多信息:<https://docs.kde.org/stable5/zh/konsole/konsole/command-line-options.html>。
|
||||
|
||||
- 在特定目录中打开一个新的 Konsole:
|
||||
- 在特定目录中打开终端:
|
||||
|
||||
`konsole --workdir {{path/to/directory}}`
|
||||
|
||||
- 运行特定命令,退出窗口后不要关闭窗口:
|
||||
- [e]xecute 一个特定命令,并在命令执行完毕后不关闭窗口:
|
||||
|
||||
`konsole --noclose -e {{命令}}`
|
||||
`konsole --noclose -e "{{command}}"`
|
||||
|
||||
- 打开新标签页:
|
||||
- 打开一个新标签:
|
||||
|
||||
`konsole --new-tab`
|
||||
|
||||
- 在后台打开 Konsole 并在按下 Ctrl+Shift+F12(默认)时显示在最前面:
|
||||
- 在后台打开终端,并在按下 `Ctrl+Shift+F12` 时将其带到前台:
|
||||
|
||||
`konsole --background-mode`
|
||||
|
||||
- 使用紧急备冗配置文件打开 Konsole:
|
||||
|
||||
`konsole --fallback-profile`
|
||||
`konsole --background-mode`
|
Reference in New Issue
Block a user