Command suggestions, command-not-found and thefuck replacement written in Rust https://codeberg.org/iff/pay-respects
Find a file
2023-07-30 19:10:16 +02:00
rule_parser quality of life: make all pattern lowcase 2023-07-30 19:02:21 +02:00
rules add: more sudo pattern 2023-07-30 19:10:16 +02:00
src fix: clippy fixes caused the lose of color 2023-07-30 18:58:14 +02:00
.gitignore init 2023-07-30 18:40:18 +02:00
.rustfmt.toml init 2023-07-30 18:40:18 +02:00
Cargo.toml init 2023-07-30 18:40:18 +02:00
README.md init 2023-07-30 18:40:18 +02:00

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.