Linux/pay-respects: Difference between revisions
< Linux
Line 8: | Line 8: | ||
curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh | sh | curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh | sh | ||
This will install it to: | |||
~/.local/bin | |||
Add to ~/.bashrc: | |||
<pre> | |||
# Pay-Respects | |||
# https://codeberg.org/iff/pay-respects | |||
export PATH=$PATH:~/.local/bin | |||
eval "$(pay-respects bash --alias)" | |||
</pre> | |||
== See Also thefuck == | == See Also thefuck == |
Latest revision as of 07:14, 13 April 2025
Pay-Respects
Pay-Respects https://codeberg.org/iff/pay-respects Command suggestions, command-not-found and thefuck replacement written in Rust
Install
curl -sSfL https://raw.githubusercontent.com/iffse/pay-respects/main/install.sh | sh
This will install it to:
~/.local/bin
Add to ~/.bashrc:
# Pay-Respects # https://codeberg.org/iff/pay-respects export PATH=$PATH:~/.local/bin eval "$(pay-respects bash --alias)"
See Also thefuck
See also linux/thefuck