Giter Site home page Giter Site logo

atom-s5's People

Contributors

mvisonneau avatar

Stargazers

 avatar

Watchers

 avatar

atom-s5's Issues

Not working on Windows 10 with s5 installed

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:

cmd += ' <<_EOL_\n' + editor.getSelectedText() + '\n_EOL_'

From Shell Command Language:

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:
Error message

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):
My settings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.