add new chinese translations
This commit is contained in:
25
pages.zh/linux/urxvt.md
Normal file
25
pages.zh/linux/urxvt.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# urxvt
|
||||
|
||||
> Rxvt-unicode.
|
||||
> 一个可定制的终端仿真器。
|
||||
> 更多信息:<https://manned.org/urxvt>。
|
||||
|
||||
- 打开一个新的 urxvt 窗口:
|
||||
|
||||
`urxvt`
|
||||
|
||||
- 在特定目录中运行:
|
||||
|
||||
`urxvt -cd {{path/to/directory}}`
|
||||
|
||||
- 在新的 urxvt 窗口中运行一个命令:
|
||||
|
||||
`urxvt -e {{command}}`
|
||||
|
||||
- 运行一个命令并保持窗口打开:
|
||||
|
||||
`urxvt --hold -e {{command}}`
|
||||
|
||||
- 在 `sh` shell 中运行一个命令:
|
||||
|
||||
`urxvt -e {{sh}} -c {{command}}`
|
Reference in New Issue
Block a user