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 update
sudo apt-get install rxvt-unicode
- OS X
-
brew install rxvt-unicode
- Raspbian
-
apt-get install rxvt-unicode
- Dockerfile
- dockerfile.run/urxvt
- Docker
-
docker run cmd.cat/urxvt urxvt
powered 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