mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
init
This commit is contained in:
commit
334bd88b03
11 changed files with 317 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue