3.24
版本发布时间: 2017-10-17 02:26:16
nvbn/thefuck最新发布版本:3.32(2022-01-03 06:17:40)
- instant fuck mode support on macOS (#682);
- command selection with
ctrl+n
andctrl+p
instead of↑
and↓
(#711); - improvements in cache (#707);
- fixed exception in python3 + fish (#708);
- fixed configuration code for fish shell (#658);
- support parameters in PowerShell (#696);
- rules api changed,
Command.output
instead ofstdout/stderr
(#682, #691); - multiline PS1 with instant mode (#692);
- add
php_s
rule that replaces -s by -S when trying to run a local php server (#655); - add
dnf_no_such_command
rule that fixes mistyped DNF commands (#698); - add
git_remote_delete
rule that replacesgit remote delete remote_name
withgit remote remove remote_name
(#670); - add
git_push_different_branch_names
rule that fixes pushes when local brach name does not match remote branch name (#652); - add
prove_recursively
rule that adds-r
when called with directory; - add
brew_cask_dependency
rule that installs cask dependencies; - fix
brew_update_formula
rule (#710).