Skip to content

Commit 2cf24d5

Browse files
committed
docs(shell): Add screenshow and update copy
1 parent ff0073e commit 2cf24d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/cli.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ Shell
3939

4040
Launch into a python console with `libtmux`_ objects. Compare to django's shell.
4141

42-
Automatically will picked the current tmux :class:`server <libtmux.Server>`,
42+
.. image:: _static/tmuxp-shell.gif
43+
:width: 100%
44+
45+
Automatically preloads current tmux :class:`server <libtmux.Server>`,
4346
:class:`session <libtmux.Session>`, :class:`window <libtmux.Window>`
44-
:class:`pane <libtmux.Pane>` you are currently in. Pass additional arguments
45-
to select a specific one of your choice::
47+
:class:`pane <libtmux.Pane>`. Pass additional arguments to select a
48+
specific one of your choice::
4649

4750
(Pdb) server
4851
<libtmux.server.Server object at 0x7f7dc8e69d10>

0 commit comments

Comments
 (0)