We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c07da commit 8226759Copy full SHA for 8226759
docs/cli.rst
@@ -101,6 +101,20 @@ this via ``tmuxp -c``:
101
.. _ipdb: https://pypi.org/project/ipdb/
102
.. _libtmux: https://libtmux.git-pull.com
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
118
.. _cli_freeze:
119
120
Freeze sessions
0 commit comments