syntaxseed / terminalfaker

Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.
MIT License
51 stars 20 forks source link

Add base64enc and base64dec #7

Closed LapinoLapidus closed 5 years ago

LapinoLapidus commented 5 years ago

Added 2 new commands, base64enc [string] and base64dec [string]. Didn't minify the files but can do it if you provide the config for the tool you use for it.

Looking forward to making more, seems like a fun project.

syntaxseed commented 5 years ago

I'm merging this in, but moving the commands to the Custom commands list, because these are not part of a core Linux install (basing on Ubuntu).

Thanks for contributing!