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

6
rules/sudo.toml Normal file
View file

@ -0,0 +1,6 @@
command = "sudo"
[[match_output]]
pattern = [ "permission denied" ]
suggest = 'sudo {{command}}'