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" + } + ] + } +}