You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):
The Fuck 3.32 using Python 3.10.12 and Bash 5.1.16(1)-release
Your system (Debian 7, ArchLinux, Windows, etc.):
Ubuntu 22.04 in WSL2 on Windows 11
How to reproduce the bug:
$ time npm lint >/dev/null
real 0m0.991s
user 0m0.401s
sys 0m0.154s
$ time fuck --yeah >/dev/null
time npm lint
real 0m0.239s
user 0m0.233s
sys 0m0.058s
real 0m11.352s
user 0m0.494s
sys 0m0.702s
The output of The Fuck with THEFUCK_DEBUG=true exported (typically execute export THEFUCK_DEBUG=true in your shell before The Fuck):
The timing above was with instant mode enabled. It's even slower without instant mode enabled.
Looking through the debug logs, no individual step is unreasonably slow. There's just so many of them it takes more than ten seconds in total. At that rate I could retype it myself faster.
The text was updated successfully, but these errors were encountered:
The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release
):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):Anything else you think is relevant:
The text was updated successfully, but these errors were encountered: