From 3ed62466f3f740f1079f0de5a2b55aaa5ebb6f2a Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 18 Mar 2020 10:40:47 +0100 Subject: [PATCH] add data source for busctl --- data/busctl.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/busctl.json 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