diff --git a/data/journalctl.json b/data/journalctl.json new file mode 100644 index 0000000..80ff1cf --- /dev/null +++ b/data/journalctl.json @@ -0,0 +1,15 @@ +{ + "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" + } + ] + } +} \ No newline at end of file