From 1201e51aaf3b41ff26c478d26c11d8c21cdc11d3 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Sat, 14 Mar 2020 16:27:34 +0100 Subject: [PATCH] add data source for yelp --- data/yelp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/yelp.json diff --git a/data/yelp.json b/data/yelp.json new file mode 100644 index 0000000..b6ef567 --- /dev/null +++ b/data/yelp.json @@ -0,0 +1,10 @@ +{ + "functions": { + "file-read": [ + { + "description": "This spawns a graphical window containing the file content somehow corrupted by word wrapping, it might not be suitable to read arbitrary files. The path must be absolute.", + "code": "yelp \"man:[file]\"\n" + } + ] + } +} \ No newline at end of file