-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/add interactive shell #4
Conversation
I played around with it, and I like it. I agree it's much more convenient than using I'm not a fan of the selector as the first screen, but I think a key action (ctrl+i is already used by trogon, but I think ctrl+j works well) to switch to the interactive shell screen and back works well. We could also add a command line argument as a shortcut to go directly into the interactive shell, something like: python manage.py tui shell # to open up the new interactive shell directly What do you think? |
I agree 100% |
@anze3db, I added your suggestions. You can now open shell directly with |
Looks good. I will merge and then do some cleanup/improvements and a new release. Thanks for the contribution, it looks awesome! 👍 |
Execute python code in your Django app context.