sloria / konch

Configures your Python shell.
https://konch.readthedocs.io/
MIT License
406 stars 18 forks source link

add bpython-curses as option to KONCH_SHELL #78

Closed ajitid closed 5 years ago

ajitid commented 5 years ago

Please refer to issue: https://github.com/bpython/bpython/issues/741 Cause: https://github.com/bpython/bpython/issues/640

With BPython, currently SQLAlchemy commit operations don't work as expected. bpython-curses which comes bundled with bpython solves this.

sloria commented 5 years ago

I've transferred this to konch since this is likely something that should be added as a Shell class. PRs welcome.

ajitid commented 5 years ago

How can I remove color around Context: text which Konch passes to shell?

screenshot from 2019-02-18 20-26-26

(I'm new to all this, thanks!)

sloria commented 5 years ago

You can set the NO_COLOR envvar to remove coloring.

NO_COLOR=1 konch -s bpy