We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if information is shown before the prompt in interpreter. For example, the python command:
python
Python 3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>>
Here are some info which can be shown by default:
We can also add some hints for the special commands like clear or quit:
clear
quit
The text was updated successfully, but these errors were encountered:
Nice idea! I don't currently have the bandwidth to work on this, but that would be very cool.
Sorry, something went wrong.
@BenBrock Can I try to implement this feature?
Sure, I would accept it.
No branches or pull requests
It would be nice if information is shown before the prompt in interpreter.
For example, the
python
command:Here are some info which can be shown by default:
We can also add some hints for the special commands like
clear
orquit
:The text was updated successfully, but these errors were encountered: