2019-10-02 16:07:21 +01:00
|
|
|
# urxvt
|
|
|
|
|
|
|
|
> Rxvt-unicode.
|
|
|
|
> A customizable terminal emulator.
|
2022-01-25 16:10:55 +00:00
|
|
|
> More information: <https://manned.org/urxvt>.
|
2019-10-02 16:07:21 +01:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Run a command within the `sh` shell:
|
2019-10-02 16:07:21 +01:00
|
|
|
|
|
|
|
`urxvt -e {{sh}} -c {{command}}`
|