File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ libtmux - scripting library for tmux
66[ ![ Code Coverage] ( https://codecov.io/gh/tmux-python/libtmux/branch/master/graph/badge.svg )] ( https://codecov.io/gh/tmux-python/libtmux )
77[ ![ License] ( https://img.shields.io/github/license/tmux-python/libtmux.svg )] ( https://github.com/tmux-python/libtmux/blob/master/LICENSE )
88
9- libtmux is the tool behind [ tmuxp] ( https://tmuxp.git-pull.com/ ) , a tmux
9+ libtmux is the tool behind [ tmuxp] , a tmux
1010workspace manager in python.
1111
1212it builds upon tmux's
@@ -25,7 +25,7 @@ Python 2.x will be deprecated in libtmux 0.9. The backports branch is
2525# install
2626
2727``` sh
28- $ pip install libtmux --user
28+ $ pip install --user libtmux
2929```
3030
3131# open a tmux session
@@ -42,7 +42,7 @@ $ tmux new-session -s foo -n bar
4242$ python
4343
4444# or for nice autocomplete and syntax highlighting
45- $ pip install ptpython
45+ $ pip install --user ptpython
4646$ ptpython
4747```
4848
@@ -55,6 +55,12 @@ connect to a live tmux session:
5555< libtmux.server.Server object at 0x 7fbd622c1dd0>
5656```
5757
58+ FYI: You can also use [ tmuxp] 's [ ` tmuxp shell ` ] to drop straight into your
59+ current tmux server / session / window pane.
60+
61+ [ tmuxp ] : https://tmuxp.git-pull.com/
62+ [ `tmuxp shell` ] : https://tmuxp.git-pull.com/cli.html#shell
63+
5864list sessions:
5965
6066``` python
You can’t perform that action at this time.
0 commit comments