tmuxp
tmuxp copied to clipboard
🖥️ Session manager for tmux, build on libtmux.
- 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
I want to add `shell_command_before:` under the `panes:`. How is it possible? ``` session_name: 4-pane-split windows: - window_name: dev window layout: tiled panes: - shell_command: # pane no. 1 shell_command_before:...
# Changes ## libtmux: Improved options ```console poetry add "git+https://github.com/tmux-python/libtmux.git#improved-options ``` - https://github.com/tmux-python/libtmux/pull/516
# Changes ## Add pytest-xdist dev package See also: - https://pypi.org/project/pytest-xdist/ - https://github.com/pytest-dev/pytest-xdist # See also - https://github.com/tmux-python/libtmux/pull/522
Hello, Just wanted to let you know I am packaging `tmuxp` and `libtmux` on [conda-forge](https://conda-forge.org/), a community-led Conda package repository. If any maintainer here would like to join as maintainer...
Are you using the latest version of tmuxp? Check `tmuxp -V` against https://pypi.org/project/tmuxp/. If it's not the latest, consider updating, e.g. `pip install --user tmuxp`. ### Step 1: Provide a...
### Step 1: Provide a summary of your problem I am trying to load an example session from the documentation, (copied not typed). tmuxp is unable to load the session....
Closes #741 This implements both `shell` and `python` conditions. - `if` can be a: - string or, (short-hand for `shell` key) - dict that contains - `python` or - `shell`...