Shell - tmuxp.shell#
Utility and helper methods for tmuxp.
- tmuxp.shell.has_ptipython()[source]#
- Return True if ptpython + ipython are both installed. - Return type:
 
- tmuxp.shell.detect_best_shell()[source]#
- Return the best, most feature-rich shell available. - Return type:
- CLIShellLiteral 
 
- tmuxp.shell.get_ipython_arguments()[source]#
- Return ipython shell args via - IPYTHON_ARGUMENTSenvironment variables.
- tmuxp.shell.get_ptipython(options, vi_mode=False)[source]#
- Based on django-extensions. - Run renamed to launch, get_imported_objects renamed to get_launch_args - Return type:
 
- tmuxp.shell.get_launch_args(**kwargs)[source]#
- Return tmuxp shell launch arguments, counting for overrides. - Return type:
- LaunchImports