-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 support for Windows CMD
and easier setup for Powershell
#1329
Conversation
No one interested in making it work on Windows? |
Hola, Gerardo!
Yes, definitely. Great to see some developments in that direction. I'll review this PR asap. Thanks for contributing! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider my comments and suggestions below.
Co-authored-by: Pablo Aguiar <[email protected]>
Co-authored-by: Pablo Aguiar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing, @gerardog! Apologies for the delay.
Hi! I've been browsing all day looking for a solution to install thefuck on Windows |
Windows CMD support is almost impossible without removing
c:\Python310\Scripts\fuck.exe
, so I did (only affects windows installation), and added afuck.bat
(mandatory for CMD support).This created a problem for first time users of
PowerShell
/pwsh
, so I createdfuck.ps1
to solve it, and also auto configure the$PROFILE
Related