snippetbashTip
ptyxis — A container-oriented terminal for GNOME. More information: <https://gitlab.gnome.org/chergert/ptyxis
Viewed 0 times
terminalcommandgnomeforcliorientedcontainerptyxis
linux
Problem
How to use the
ptyxis command: A container-oriented terminal for GNOME. More information: <https://gitlab.gnome.org/chergert/ptyxis#basic-usage--command-line-options>.Solution
ptyxis — A container-oriented terminal for GNOME. More information: <https://gitlab.gnome.org/chergert/ptyxis#basic-usage--command-line-options>.Open a new Ptyxis window:
ptyxis --new-windowExecute a specific command in a new terminal window:
ptyxis {{[-x|--execute]}} {{command}}Open new tab in the last opened window:
ptyxis --tabSet 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}} --tabCode Snippets
Open a new Ptyxis window
ptyxis --new-windowExecute a specific command in a new terminal window
ptyxis {{[-x|--execute]}} {{command}}Open new tab in the last opened window
ptyxis --tabSet 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}} --tabContext
tldr-pages: linux/ptyxis
Revisions (0)
No revisions yet.