File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 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'
4444
4545Launch into a python console with [ libtmux] objects. Compare to django's shell.
4646
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%
5949```
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
6057(Pdb) server
6158<libtmux.server.Server object at 0x7f7dc8e69d10>
6259(Pdb) server.sessions
You can’t perform that action at this time.
0 commit comments