mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
refactor: rearrange in workspaces
This commit is contained in:
parent
b186394e18
commit
000b50c211
35 changed files with 554 additions and 39 deletions
|
|
@ -1,37 +0,0 @@
|
|||
command = "_PR_privilege"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"as root",
|
||||
"authentication is required",
|
||||
"be root",
|
||||
"be superuser",
|
||||
"cannot access",
|
||||
"eacces",
|
||||
"edspermissionerror",
|
||||
"insufficient privileges",
|
||||
"need root",
|
||||
"non-root users cannot",
|
||||
"not super-user",
|
||||
"only root can",
|
||||
"operation not permitted",
|
||||
"permission denied",
|
||||
"requires root",
|
||||
"root privilege",
|
||||
"root user",
|
||||
"sudorequirederror",
|
||||
"superuser privilege",
|
||||
"unless you are root",
|
||||
"can not open a temporary file",
|
||||
"use `sudo`",
|
||||
"you don't have access",
|
||||
"you don't have write permissions"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[executable(sudo)]
|
||||
sudo {{command}} ''',
|
||||
'''
|
||||
#[executable(doas)]
|
||||
doas {{command}} '''
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue