Tmuxp

Latest version: v1.55.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 29

1.6.0

- 636 + 638 New command: `tmuxp shell`

Automatically preloads session, window, and pane via [libtmux]
{ref}`API objects <libtmux:api>` and makes them available in a python
console.

{image} _static/tmuxp-shell.gif
:width: 100%



As of {ref}`1.6.1 (above) <v1-6-1>`, `tmuxp shell` will find the most
feature-rich shell available. If you have [ipython], or
[bpython] available, it will be selected automatically. Pass `--pdb`
to use standard library pdb, or `--code` to use `code.interact`.

In python 3.7+, supports `PYTHONBREAKPOINT`:

{code-block} sh

$ pip install --user ipdb
$ env PYTHONBREAKPOINT=ipdb.set_trace tmuxp shell



You can execute python directly via `-c`:

{code-block} sh

$ tmuxp shell -c 'print(session.name); print(window.name)'
my_server
my_window

$ tmuxp shell my_server -c 'print(session.name); print(window.name)'
my_server
my_window

$ tmuxp shell my_server my_window -c 'print(session.name); print(window.name)'
my_server
my_window

$ tmuxp shell my_server my_window -c 'print(window.name.upper())'
MY_WINDOW



[bpython]: https://bpython-interpreter.org/
[ipython]: https://ipython.org/
[ptpython]: https://github.com/prompt-toolkit/ptpython

1.5.8

- 639 Passes start_directory through to new tmux session
Fixes 631, thank you joseph-flinn!

1.5.7

- 637 Support for loading directories with periods in it

`tmuxp load ~/work/your.project` will now work

Earlier workaround was to do `tmuxp load ~/work/your.project/.tmuxp.yaml`

Fixes 212 and 201

1.5.6

- 618: allow passing `--overwrite` to `tmuxp freeze`. Thank you
betoSolares!
- 589 added option for the the confirm command to auto-confirm the prompt.
Thank you aRkedos!
- 626 Add new session name option to cli. Thank you joseph-flinn!
- 626 Add test for new session name option
- 626 Update docs for new session name option
- 623 Move docs from RTD to self-serve site
- 623 Modernize Makefiles
- 623 New development docs
- 623 Move doc -> docs
- 623 Move tests to GitHub Actions
- 623 Update pyproject.toml to experiment with poetry packaging
- 619 isort 5
- 629 Update black from 19.10b0 to 20.08b1

1.5.5

- 616 (via: 599) New command: `tmuxp ls`

List commands available via config directory. If the config is printed,
it's loadable via `tmuxp load configfilename` without needing to type the
full filepath. Thank you pythops!

- 480 Fix typo, thanks jstoja
- 578 Fix typo, thanks mauroporras
- 519 Fix typo, thanks timgates42
- 506 Fix Makefile typo, thanks wolfgangpfnuer
- 619 Update isort to 5.x
- Travis: Only run on master and PRs one time
- Travis: Add caching for tmux builds
- Travis: Test 2.9 and 3.0a
- 613: Move from Pipenv to Poetry

1.5.4

- 500: Fix window focus
- Fix travis CI builds for python 3.7

Page 18 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.