diff --git a/data/busctl.json b/data/busctl.json new file mode 100644 index 0000000..f9b14fe --- /dev/null +++ b/data/busctl.json @@ -0,0 +1,15 @@ +{ + "description": "This invokes the default pager, which is likely to be 'less', other functions may apply.", + "functions": { + "shell": [ + { + "code": "busctl --show-machine\n!/bin/sh\n" + } + ], + "sudo": [ + { + "code": "sudo busctl --show-machine\n!/bin/sh\n" + } + ] + } +} \ No newline at end of file