Libtmux

Latest version: v0.46.1

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

Scan your dependencies

Page 17 of 18

0.6.0

Not secure
- Raise exception for invalid session names. tmux does not
allow names that are empty, contain periods or colons.
- Remove unused `target_session` param in
`Server.attach_session` and `Server.switch_client`.

0.5.1

- 12 - fix logger message when tmux doesn't exist in `PATH`

0.5

- 8 new exception `UnknownOption`
- 8 return `None` for options that are valid tmux options,
but unset at that scope.
- 6 major documentation overhaul

0.4.1

Not secure
- update `which()` to find tmux via `os.environ['PATH']`.
<https://redd.it/4laeut>

0.4.0

- attributes for formatters are now accessible via
`Session`, `Window` and `Pane` objects. `session.name`
is equivalent to `session.get('session_name')`, you can do the
same with other properties in `_info`. `window.name`,
`pane.current_path`, `session.id`, `window.id`, `pane.id`,
`session.index`, `window.index`, `pane.index`, etc.
- `attached_sessions`, `attached_window` and
`attached_pane` are now properties.
- `_TMUX` metadata object changed to `_info`.
- `.findWhere()` is now `find_where`.
- README and usage fixes

0.3.0

- switch to pytest

Page 17 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.