Files

19 lines
354 B
Plaintext

---
functions:
inherit:
- code: |-
run-mailcap --action=view text/plain:/etc/hosts
contexts:
sudo:
unprivileged:
from: less
- code: |-
run-mailcap --action=edit text/plain:/path/to/output-file
comment: |-
The file must exist and be not empty.
contexts:
sudo:
unprivileged:
from: vi
...