Tony Narlock
Tony Narlock
```console tmuxp load workspace_1 workspace_2 --append ``` Loads to the same `session_name` as workspace_1, or uses the `-s new_session_name` Somewhat released (not exactly): #674 #837
(For the weekends / later) Document existing config formats - in either `TypedDict` or `dataclass` - **including its inconsistencies / shorthands** It's critical for future refactors / configs (like in...
in re: debugging cases like #364 ### Requirements / blockers Requires improvements for libtmux and its subprocess calls ### Details 1. There's no way to assert the message is raised...
- shtab can't handle completions dependent on python business logic - create optional argcomplete completions - see old argcomplete: https://github.com/tmux-python/tmuxp/blob/v1.0.2/tmuxp/cli.py#L185
Extracted from #513 > [!WARNING] > APIs below are subject to change (both params, return types, and structures) # Changes ## New internal: `OptionsMixin` - `show_options()`: High level objects, e.g....
Hooks
# Changes - Hooks (WIP) # See also - https://github.com/tmux-python/tmuxp/pull/905 - #516