diff --git a/programs/scite.json b/programs/scite.json new file mode 100644 index 00000000..a22cdc59 --- /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" + } + ] +}