sloria / konch

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

Require whitelisting config files before executing them #54

Closed sloria closed 5 years ago

sloria commented 5 years ago

Users must now run konch allow in order to use a new config file. This prevents them from executing untrusted Python code.

API was heavily inspired by direnv and autoenv.

close #47