xfce4-terminal
The XFCE4 terminal emulator. More information: <https://docs.xfce.org/apps/xfce4-terminal/start>.
Install
- All systems
-
curl cmd.cat/xfce4-terminal.sh
- Debian
-
apt-get install xfce4-terminal
- Ubuntu
-
apt-get install xfce4-terminal
- Alpine
-
apk add xfce4-terminal
- Arch Linux
-
pacman -S xfce4-terminal
- Kali Linux
-
apt-get install xfce4-terminal
- Fedora
-
dnf install xfce4-terminal
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xfce4-terminal
- Raspbian
-
apt-get install xfce4-terminal
- Dockerfile
- dockerfile.run/xfce4-terminal
- Docker
-
docker run cmd.cat/xfce4-terminal xfce4-terminal
powered by Commando
The XFCE4 terminal emulator. More information: <https://docs.xfce.org/apps/xfce4-terminal/start>.
-
Open a new terminal window:
xfce4-terminal
-
Set the initial title:
xfce4-terminal --initial-title "initial_title"
-
Open a new tab in the current terminal window:
xfce4-terminal --tab
-
Execute a command in a new terminal window:
xfce4-terminal --command "command_with_args"
-
Keep the terminal around after the executed command finishes executing:
xfce4-terminal --command "command_with_args" --hold
-
Open multiple new tabs, executing a command in each:
xfce4-terminal --tab --command "command_a" --tab --command "command_b"
© tl;dr; authors and contributors