tldr/pages/linux/urxvt.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

377 B

urxvt

Rxvt-unicode. A customizable terminal emulator.

  • Open a new urxvt window:

urxvt

  • Run in a specific directory:

urxvt -cd {{path/to/directory}}

  • Run a command in a new urxvt window:

urxvt -e {{command}}

  • Run a command and keep the window open:

urxvt --hold -e {{command}}

  • Run a command within the sh shell:

urxvt -e {{sh}} -c {{command}}