From 6ddea0dc40412566d91f5e9ff72df7b7d67abe3c Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Wed, 23 Dec 2020 15:05:22 +0100 Subject: [PATCH] add data source for psql --- data/psql.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/psql.json diff --git a/data/psql.json b/data/psql.json new file mode 100644 index 0000000..e22f55b --- /dev/null +++ b/data/psql.json @@ -0,0 +1,15 @@ +{ + "description": "This invokes the default pager, which is likely to be 'less', other functions may apply.", + "functions": { + "shell": [ + { + "code": "psql\n\\?\n!/bin/sh\n" + } + ], + "sudo": [ + { + "code": "psql\n\\?\n!/bin/sh\n" + } + ] + } +}