v1.6.1 - shell improvements
-
#641 Improvements to
shellThanks django-extensions (licensed MIT) for the shell detection abstraction.
-
Deprecate
shell_plus -
tmuxp shellnow detects the best shell available by default -
Python 3.7+ with
PYTHONBREAKPOINTset in env will drop intopdbby
default -
Drop into
code.interactby default instead ofpdbif no third
party shells found -
New options, override:
--pdb: Use plain oldbreakpoint()(python 3.7+) or
pdb.set_trace--code: Drop intocode.interact, accepts--use-pythonrc--bpython: Drop into bpython--ipython: Drop into ipython--ptpython: Drop into ptpython, accepts--use-vi-mode--ptipython: Drop into ipython + ptpython, accepts
--use-vi-mode
-