terminalfaker
terminalfaker copied to clipboard
Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.
Hitting tab will attempt to complete command names... but doesn't work with paths or filenames.
Minified bundle is no longer accurate. Need to configure a Babel process to minify. Let's discuss - do we need to also transpile to ES5? What is browser support for...
Adding more common Bash commands to flesh out the functionality. **Top desires:** * mkdir * rm for directories Will pause adding new commands after the above 2 to do some...
Parameter parsing needs to be more generic to read any number of params & pass an array of them to the command.
Terminal boot process completes then prompts for username then password. Password should be hashed so not visible from view source. This setting will be part of the config in the...
After the merge of PR #13, we have a problem. The Initial Filesystem definition is not in a format that can be easily customized. Need to read initial state from...
After PR #13, the changes to the filesystem no longer are saved to LocalStorage and retrieved properly. It is always using the initialFilesystem definition. The 'reboot' command was intended to...
Much of the original library this was based on had no comments. Need helpful comments for functions, etc. **Use jsdoc style comments.**