Skip to content

suggestion: use pay-respects instead of thefuck #1

@michaelhazan

Description

@michaelhazan

Currently the thefuck git repo has been pretty much abandoned see reaching the point of being unusable in python 3.12 and above see, therefore i suggest replacing the usage of it in .bash_aliases and using pay-respects which seems to be more regularly maintained. (also to disable the ai)

Unfortunately i couldn't find a way to install it using nix 😅...

so it will look like so pretty much: (keeping fuck as the alias)

# .bash_aliases
...

# `pay-respects` - correct mistakes in CLI
if command -v pay-respects >/dev/null; then
  eval "$(pay-respects bash --alias fuck)"
fi

...

instead of

# .bash_aliases
...

# `thefuck` - correct mistakes in CLI
if command -v thefuck >/dev/null; then
  eval "$(thefuck --alias)"
fi

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions