Files
tldr/pages.zh/linux/urxvt.md

451 B

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}}