This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Consider adding the option of running shell/console commands inside the REPL
Type: enhancement Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Windson Yang, jcrmatos, pmpp
Priority: normal Keywords:

Created on 2019-01-30 13:51 by jcrmatos, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (5)
msg334556 - (view) Author: (jcrmatos) * Date: 2019-01-30 13:51
Consider adding the option of running shell/console commands inside the REPL.
Something like
>>>!ls
msg334557 - (view) Author: pmp-p (pmpp) * Date: 2019-01-30 13:54
Hi, maybe have a look to third parties for that 
because repl internals are tied to each supported platforms.

https://xon.sh/index.html

https://github.com/pmp-p/aioprompt

https://github.com/prompt-toolkit
msg334558 - (view) Author: (jcrmatos) * Date: 2019-01-30 14:11
Yes, I understand that, but I don't see why that should prevent this feature from going forward.
msg334644 - (view) Author: Windson Yang (Windson Yang) * Date: 2019-02-01 01:57
Hello, jcrmatos. Maybe you can submit your idea to python-ideas mail-list.
msg334654 - (view) Author: (jcrmatos) * Date: 2019-02-01 08:19
I will, thanks.
History
Date User Action Args
2022-04-11 14:59:10adminsetgithub: 80039
2019-02-01 08:19:52jcrmatossetstatus: open -> closed

messages: + msg334654
stage: resolved
2019-02-01 01:57:21Windson Yangsetnosy: + Windson Yang
messages: + msg334644
2019-01-30 14:11:01jcrmatossetmessages: + msg334558
2019-01-30 13:54:21pmppsetnosy: + pmpp
messages: + msg334557
2019-01-30 13:51:57jcrmatoscreate