libtmux icon indicating copy to clipboard operation
libtmux copied to clipboard

⚙️ Python API / wrapper for tmux

Results 82 libtmux issues
Sort by recently updated
recently updated
newest added

Due to this [issue](https://github.com/tmux-python/tmuxp/issues/543#issuecomment-580302679) we cannot have any args with `-t` in them. A quick workaround would be to check for `-t` with `==` instead of `in`. Like this ->...

When using tmux on the command-line, I can get the current session by running `tmux ls`. It would be useful if libtmux could do the same. The [suggested approach](http://libtmux.git-pull.com/en/latest/quickstart.html) of...

seems like the `window.kill_pane()` function is missing? What is the recommended way to close a pane?

Hello, i am trying to run the code either from https://github.com/tmux-python/libtmux/issues/170 or from documentation but in both cases i can't see any window is created. Code is executing without errors...

Hello, Is it possible to create a new session using this module? At the moment i have to do a `os.system("tmux -S {0}/tmux new -s netcat -d".format(locatie))` to create a...

For all objects passing "-t" somewhere in the cmd overrides the object being referenced. This breaks running commands that have -t in them (e.g. ssh). ```python pane.cmd('respawn-pane', 'ssh', '-t', 'user@host')...

When a new session is created via the _tmux new-session -t "name"_ command and a session with that name already exists, a new group will be created with both the...

Hi, thanks for this library. In tmux we can create a new window and immediately run a command in it using: ``` tmux new-session -d -s cool_session tmux new-window -t...

enhancement
pinned

I'd love to be able to have an application spying on a tmux session and waiting for particular things to happen (particularly, subprocesses ending, panes closing). To do this concurrently...

enhancement
pinned

Hi! When trying to package 0.15.3 on Arch Linux I ran into an issue with the `test_plugin` test: ``` ==================================== ERRORS ==================================== ________________________ ERROR at setup of test_plugin _________________________ file...

bug
pytest-plugin