Tony Narlock

Results 395 issues of Tony Narlock

- Adds typings for `ConfigPath` - constructor - config

`pipx install --suffix=@run_before_script 'tmuxp @ git+https://github.com/tmux-python/tmuxp.git@tn-run-before-script-daemonized'` re: #692

After adding `sleep_after` / `sleep_before` in #750 we need a way to sleep asynchronously Example from this convo: https://github.com/pallets/click/issues/85#issuecomment-503464628 ```python import asyncio from functools import wraps def coro(f): @wraps(f) def...

enhancement

We should always test the examples we show on the documentation to assert they work

[Automatically label pull rquests](https://github.com/actions/labeler)

https://github.com/tmux-python/libtmux/issues/364 Need a light version parsing class. Needs to support pypi, tmux / linux bin versions, e.g. `tmux -V` '3.0a` ``` tests/test_cli.py: 168 warnings tests/test_workspacebuilder.py: 153 warnings tests/test_workspacefreezer.py: 5 warnings...

Rather than having a `tmuxp load ` a user can run `tmuxp run `, it can do any combination of: - Build / detect / modify existing server, session, window...

_In addition to our plugin system #530 #628_ We can allow inserting of scripts into "commands" ### `pane.eval` ```yaml windows: panes: - shell_command: - eval: > def run(pane): # total...