25 lines
451 B
Markdown
25 lines
451 B
Markdown
# 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}}` |