]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add SciTE (#230)
authorMaximilian Knespel <mxmlnkn@users.noreply.github.com>
Wed, 29 Mar 2023 10:00:00 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 10:00:00 +0000 (12:00 +0200)
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
programs/scite.json [new file with mode: 0644]

diff --git a/programs/scite.json b/programs/scite.json
new file mode 100644 (file)
index 0000000..a22cdc5
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "SciTE",
+    "files": [
+        {
+            "path": "$HOME/.SciTE.session",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport SciTE_USERHOME=\"$XDG_CONFIG_HOME\"/SciTE\n```\n"
+        },
+        {
+            "path": "$HOME/.SciTEUser.properties",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport SciTE_USERHOME=\"$XDG_CONFIG_HOME\"/SciTE\n```\n"
+        }
+    ]
+}