commands.sh

ptyxis

linux

A container-oriented terminal for GNOME.

More info →

Options (3)

-x, --executeboolean

Execute a specific command in a new terminal window

Example: ptyxis {{[-x|--execute]}} {{command}}
-T, --titleboolean

Set the title for a new

Example: ptyxis --tab {{[-T|--title]}} {{title}}
-d, --working-directoryboolean

Specify the working directory for a new tab, window, or command execution

Example: ptyxis {{[-d|--working-directory]}} {{path/to/directory}} --tab

Examples (5)

Open a new Ptyxis window

ptyxis --new-window

Execute a specific command in a new terminal window

ptyxis [-x|--execute] command

Open new tab in the last opened window

ptyxis --tab

Set the title for a new

ptyxis --tab [-T|--title] title

Specify the working directory for a new tab, window, or command execution

ptyxis [-d|--working-directory] path/to/directory --tab
made by @shridhargupta | data from tldr-pages