urxvt
Rxvt-unicode. A customizable terminal emulator. More information: <https://manned.org/urxvt>.
Install
- All systems
-
curl cmd.cat/urxvt.sh
- Debian
-
apt-get install rxvt-unicode - Ubuntu
-
apt-get install rxvt-unicode -
Alpine
-
apk add rxvt-unicode - Arch Linux
-
pacman -S rxvt-unicode - Kali Linux
-
apt-get install rxvt-unicode - Fedora
-
dnf install rxvt-unicode - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rxvt-unicode - OS X
-
brew install rxvt-unicode - Raspbian
-
apt-get install rxvt-unicode - Docker
-
docker run cmd.cat/urxvt urxvtpowered by Commando
Rxvt-unicode. A customizable terminal emulator. More information: <https://manned.org/urxvt>.
-
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
© tl;dr; authors and contributors