From: Maximilian Knespel Date: Wed, 29 Mar 2023 10:00:00 +0000 (+0200) Subject: Add SciTE (#230) X-Git-Tag: v0.2.0.2~88 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4e96c1cbbe0f540e23a798fc64b918fdcff37140 Add SciTE (#230) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/scite.json b/programs/scite.json new file mode 100644 index 0000000..a22cdc5 --- /dev/null +++ b/programs/scite.json @@ -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" + } + ] +}