We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cd70e commit 4253756Copy full SHA for 4253756
README.md
@@ -39,6 +39,22 @@ $ sudo apt install tmuxp
39
40
Find the package for your distro on repology: <https://repology.org/project/tmuxp/versions>
41
42
+Developmental releases:
43
+
44
+- [pip](https://pip.pypa.io/en/stable/):
45
46
+ ```console
47
+ $ pip install --user --upgrade --pre tmuxp
48
+ ```
49
50
+- [pipx](https://pypa.github.io/pipx/docs/):
51
52
53
+ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
54
55
56
+ Then use `tmuxp@next load [session]`.
57
58
# Load a tmux session
59
60
Load tmux sessions via json and YAML,
0 commit comments