Skip to content

Commit 43f20e3

Browse files
committed
docs(README): Note tmuxp shell
1 parent 9e141ca commit 43f20e3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1010
workspace manager in python.
1111

1212
it 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 0x7fbd622c1dd0>
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+
5864
list sessions:
5965

6066
```python

0 commit comments

Comments
 (0)