File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,20 @@ this via ``tmuxp -c``:
101
101
.. _ipdb : https://pypi.org/project/ipdb/
102
102
.. _libtmux : https://libtmux.git-pull.com
103
103
104
+ Shell detection
105
+ ~~~~~~~~~~~~~~~
106
+
107
+ ``tmuxp shell `` detects the richest shell available in your *site packages *, you can also pick your shell via args:
108
+
109
+ - ``--pdb ``: Use plain old ``breakpoint() `` (python 3.7+) or
110
+ ``pdb.set_trace ``
111
+ - ``--code ``: Drop into ``code.interact ``, accepts ``--use-pythonrc ``
112
+ - ``--bpython ``: Drop into bpython
113
+ - ``--ipython ``: Drop into ipython
114
+ - ``--ptpython ``: Drop into ptpython, accepts ``--use-vi-mode ``
115
+ - ``--ptipython ``: Drop into ipython + ptpython, accepts
116
+ ``--use-vi-mode ``
117
+
104
118
.. _cli_freeze :
105
119
106
120
Freeze sessions
You can’t perform that action at this time.
0 commit comments