mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 17:47:48 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/ptyxis
Normal file
29
tldr/linux/ptyxis
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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-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`
|
||||
Reference in New Issue
Block a user