]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Redis Insight (#244)
authorremgodow <remgodow@users.noreply.github.com>
Sun, 2 Apr 2023 12:06:52 +0000 (12:06 +0000)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 12:06:52 +0000 (14:06 +0200)
programs/redisinsight.json [new file with mode: 0644]

diff --git a/programs/redisinsight.json b/programs/redisinsight.json
new file mode 100644 (file)
index 0000000..a3092a3
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.redisinsight-v2",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n"
+        },
+        {
+            "path": "$HOME/..redisinsight-preview",
+            "movable": false,
+            "help": "If you do not use the obsolete preview version then just remove the folder. Otherwise export the following environment variables and upgrade to the current version.:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n"
+        }
+    ],
+    "name": "Redis Insight"
+}