mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 13:35:24 +02:00
ptyxis: add page (#17063)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
33eff83839
commit
c7c909a74c
1 changed files with 24 additions and 0 deletions
24
pages/linux/ptyxis.md
Normal file
24
pages/linux/ptyxis.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue