From c7c909a74c222034a276f71fe8ef0f9a4ff90663 Mon Sep 17 00:00:00 2001 From: Jakub Wlodek Date: Wed, 2 Jul 2025 09:09:30 -0400 Subject: [PATCH] ptyxis: add page (#17063) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/linux/ptyxis.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/ptyxis.md diff --git a/pages/linux/ptyxis.md b/pages/linux/ptyxis.md new file mode 100644 index 0000000000..e0818ca16c --- /dev/null +++ b/pages/linux/ptyxis.md @@ -0,0 +1,24 @@ +# ptyxis + +> A container-oriented terminal for GNOME. +> More information: . + +- 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`