You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
419 B
JSON

{
"description": "The file is shown in an interactive TUI dialog, thus it is not suitable for binary/too big data.",
"functions": {
"file-read": [
{
"code": "dialog --textbox \"[file]\" 0 0\n"
}
],
"suid": [
{
"code": "./dialog --textbox \"[file]\" 0 0\n"
}
],
"sudo": [
{
"code": "sudo dialog --textbox \"[file]\" 0 0\n"
}
]
}
}