Tony Narlock
Tony Narlock
Also allow `refresh=False` See if it's possible for it to be a decorator that's configuration aware to control `refresh` value at the server / object instance level
In libtmux actions, to be chainable, always return self w/ refreshed props
https://smp.readthedocs.io/en/latest/quickstart.html  😍
Push to `/{lang}/{version}`, including support for `{lang}/{branch-name}` and cleaning them up
Should / could `server` be used as a way power tmuxp? Perhaps it could listen to control mode?
```python server = Server.new() server = Server.connect() @dataclasses.dataclass class Server: @classmethod def new(): pass @classmethod def connect(socket='') pass session = '' # Find a way to have session be Session...
Requires we update https://github.com/tmux-python/tmux-manuals and see the diffs too
https://docs.pytest.org/en/7.1.x/how-to/monkeypatch.html