This commit is contained in:
iff 2023-07-30 18:40:18 +02:00
commit 334bd88b03
11 changed files with 317 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# 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:
``` shell
alias f="pay_respect"
```
You can now **press `F` to Pay Respect**!
## Current Progress
Currently, only correction to `sudo` permission is implemented.