On Windows 10, I installed this plugin in Atom, and installed s5 and added it to my path, but I couldn't get this to work.
At first, I thought perhaps this plugin had a hard dependency on POSIX shell (traditionally "/bin/sh") as this looks like a POSIX shell here document to me:
2.7.4 Here-Document
The redirection operators "<<" and "<<-" both allow redirection of lines contained in a shell input file, known as a "here-document", to the input of a command.
However, it appears you are using shelljs for evaluation which, if I'm not mistaken, is designed to evaluate POSIX shell expressions cross-platform. So I'm not sure why this doesn't work for me.
Either way, I cannot get it to work. I used the same AES key you used in your example for the following screenshots. Here is the error message I receive when trying to encipher the message "This is my super secret message." with your plugin:
And here are my settings. Everything collapsed was left as the default values as of this hour (see the issue creation timestamp if it matters):
On Windows 10, I installed this plugin in Atom, and installed s5 and added it to my path, but I couldn't get this to work.
At first, I thought perhaps this plugin had a hard dependency on POSIX shell (traditionally "/bin/sh") as this looks like a POSIX shell here document to me:
From Shell Command Language:
However, it appears you are using shelljs for evaluation which, if I'm not mistaken, is designed to evaluate POSIX shell expressions cross-platform. So I'm not sure why this doesn't work for me.
Either way, I cannot get it to work. I used the same AES key you used in your example for the following screenshots. Here is the error message I receive when trying to encipher the message "This is my super secret message." with your plugin:
And here are my settings. Everything collapsed was left as the default values as of this hour (see the issue creation timestamp if it matters):