SyntaxSeed

Results 33 comments of SyntaxSeed

@deziev well unfortunately the commands don't have the full functionality of their Linux counterparts (like switches or optional parameters, etc) so there wouldn't be anything to really put in a...

Commands as of version 1.4.3: base64dec base64enc cat cd clear cow decrypt echo encrypt hello help history ls pwd reboot rm touch version

This is looking great! I knew I wanted something a lot more robust, and this is along what I was thinking. Thanks for the help. Also please be sure to...

@Ojaswy the biggest glaring thing we are missing is some kind of very basic way to edit the contents of a file.

@deziev that is cool! but can the window be inline or perfectly overlayed on the terminal so that it looks like how nano behaves as we use it in a...

Implemented the following: Append to a file: `echo "some data for the file" >> fileName` Overwrite file contents: `echo "some data for the file" > fileName`

Command list as of v 1.5.2: add base64dec base64enc cat cd clear cow decrypt echo encrypt hello help history ls pwd reboot rm touch version

OMG, installed babel-cli and babel-minify npm packages and my node modules now has 168 directories and 1 reported vulnerability. There must be a better way.

Been trying to get this to work with webpack, but webpack encloses everything in a module scope and nothing is available from index.html. Anyone who can get the basics of...

@EstherAF I tried to get it working with WebPack but failed miserably. 😥