spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
230 stars 78 forks source link

PR: Add options to start the terminal with different shell interpreters #157

Closed steff456 closed 4 years ago

steff456 commented 4 years ago

Now the terminal is able to start with 'bash', 'sh', 'ksh', 'zsh', 'csh', 'pwsh', 'tcsh', 'screen', 'tmux', 'dash' and 'rbash' in UNIX systems and 'cmd' and 'powershell' in Windows. It is necessary to restart spyder for the changes to be applied

Preferences pane

image

Bash

image

tcsh

image

steff456 commented 4 years ago

Closing this draft to put all the changes in PR #156