-
Notifications
You must be signed in to change notification settings - Fork 19
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
Windows Support? #52
Comments
As of right now, it's not technically supported since GNU readline doesn't exist on Windows. However you should be able to hack in a workaround pretty easily. Just delete the def editable_input(prompt, prefill=None):
return input(prompt + ': ') |
Thank you @Evidlo. Good workaround. |
I'll keep this open for now, as I could just check whether we are in Windows and programmatically use the fallback method. |
FYI, I installed WSL (Ubuntu) on my windows machine recently and I'm able to use passhole in that env. No Win headache. |
After patching the
Is there any way to to make (edit) This was verified on Windows 10 under PowerShell, CMD and Git Bash. Under WSL everything works just fine, as mentioned in an earlier comment. |
@approximate Sorry for the slow response. You might try with the
|
Hi, I have to use
ph
in Windows. Would it be supported in that env? I am gettingno module named readline
error.The text was updated successfully, but these errors were encountered: