File tree 1 file changed +9
-12
lines changed
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,16 @@ $ tmuxp shell -c 'python code'
44
44
45
45
Launch into a python console with [ libtmux] objects. Compare to django's shell.
46
46
47
- > > ``` {image} _static/tmuxp-shell.gif
48
- > > :width: 100%
49
- > > ```
50
- >
51
- > ```
52
- >
53
- > Automatically preloads current tmux {class}`server <libtmux.Server>`,
54
- > {class}`session <libtmux.Session>`, {class}`window <libtmux.Window>`
55
- > {class}`pane <libtmux.Pane>`. Pass additional arguments to select a
56
- > specific one of your choice:
57
- > ```
58
-
47
+ ``` {image} _static/tmuxp-shell.gif
48
+ :width: 100%
59
49
```
50
+
51
+ Automatically preloads current tmux {class}` server <libtmux.Server> ` ,
52
+ {class}` session <libtmux.Session> ` , {class}` window <libtmux.Window> `
53
+ {class}` pane <libtmux.Pane> ` . Pass additional arguments to select a
54
+ specific one of your choice:
55
+
56
+ ``` console
60
57
(Pdb) server
61
58
<libtmux.server.Server object at 0x7f7dc8e69d10>
62
59
(Pdb) server.sessions
You can’t perform that action at this time.
0 commit comments