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
Currently, you cannot use arrow keys and navigate the input with the CLI, navigate previous commands and other basic CLI actions:
Use it like any other CLI
This needs some cross-OS testing after importing readline because the dependency to install is a bit different in each OS. Saving some links:
Linux -> Comes by default https://docs.python.org/3/library/readline.html Windows -> https://github.com/pyreadline/pyreadline Mac -> https://github.com/ludwigschwardt/python-gnureadline
Yes
The text was updated successfully, but these errors were encountered:
I would love to work on this
Sorry, something went wrong.
Please open a PR with your solution and metion this issue :)
This feature can be implemented by using cmd library I tried it and it works well. here I have attached a screenshot of the same.
It supports the arrow key gestures and I have used it on Linux and windows.
gustavodemorais
No branches or pull requests
I'm submitting a
Current Behaviour:
Currently, you cannot use arrow keys and navigate the input with the CLI, navigate previous commands and other basic CLI actions:
Expected Behaviour:
Use it like any other CLI
This needs some cross-OS testing after importing readline because the dependency to install is a bit different in each OS. Saving some links:
Linux -> Comes by default https://docs.python.org/3/library/readline.html
Windows -> https://github.com/pyreadline/pyreadline
Mac -> https://github.com/ludwigschwardt/python-gnureadline
Do you want to work on this issue?
Yes
The text was updated successfully, but these errors were encountered: