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.

15 lines
382 B
JSON

{
"description": "This invokes the default pager, which is likely to be 'less', other functions may apply. This might not work if run by unprivileged users depending on the system configuration.",
"functions": {
"shell": [
{
"code": "journalctl\n!/bin/sh\n"
}
],
"sudo": [
{
"code": "sudo journalctl\n!/bin/sh\n"
}
]
}
}