From 84b88d04b4fccf6a439f822df3efe5160aa950f4 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Fri, 7 May 2021 20:04:32 +0200 Subject: [PATCH] add data source for xmore --- data/xmore.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/xmore.json diff --git a/data/xmore.json b/data/xmore.json new file mode 100644 index 0000000..5a6b757 --- /dev/null +++ b/data/xmore.json @@ -0,0 +1,20 @@ +{ + "description": "The file is displayed in a Xorg window, so it needs a working graphical environment.", + "functions": { + "file-read": [ + { + "code": "xmore [file]\n" + } + ], + "suid": [ + { + "code": "./xmore [file]\n" + } + ], + "sudo": [ + { + "code": "sudo xmore [file]\n" + } + ] + } +}