From a4ce3c2e2116b148b205280d3334dfc5dfc29100 Mon Sep 17 00:00:00 2001 From: flexagoon Date: Sat, 17 Feb 2024 22:58:55 +0300 Subject: [PATCH] add jmol --- programs/jmol.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/jmol.json diff --git a/programs/jmol.json b/programs/jmol.json new file mode 100644 index 00000000..17a51600 --- /dev/null +++ b/programs/jmol.json @@ -0,0 +1,10 @@ +{ + "name": "jmol", + "files": [ + { + "path": "$HOME/.jmol", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://sourceforge.net/p/jmol/feature-requests/261\n" + } + ] +}