mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
Command suggestions, command-not-found and thefuck replacement written in Rust
https://codeberg.org/iff/pay-respects
| rule_parser | ||
| rules | ||
| src | ||
| .gitignore | ||
| .rustfmt.toml | ||
| Cargo.toml | ||
| README.md | ||
Pay Respect
Typed a wrong command? Pay Respect will try to correct your wrong console command simply by pressing F!
How to Pay Respect
The binary is named pay-respect, by adding an alias to your shell
configuration:
alias f="pay_respect"
You can now press F to Pay Respect!
Current Progress
Currently, only correction to sudo permission is implemented.