mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
18 lines
393 B
Markdown
18 lines
393 B
Markdown
|
|
# 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.
|
||
|
|
|