terminalfaker icon indicating copy to clipboard operation
terminalfaker copied to clipboard

Terminal Faker - A client-side Linux-like cli terminal simulation written in Javascript. Originally forked from AVGP/terminal.js.

Results 9 terminalfaker issues
Sort by recently updated
recently updated
newest added

Hitting tab will attempt to complete command names... but doesn't work with paths or filenames.

moderate

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...

help wanted
hacktoberfest
easy

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...

easy

Parameter parsing needs to be more generic to read any number of params & pass an array of them to the command.

moderate

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...

moderate

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...

help wanted
moderate
refactoring

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...

help wanted
easy

Much of the original library this was based on had no comments. Need helpful comments for functions, etc. **Use jsdoc style comments.**

hacktoberfest
easy