Hacking-Simulator

Console

Info

EN: This is a prototype I'm working on. Above you see a console emulation.

Just type: help

-

DE: Das ist ein Prototyp an dem ich zur Zeit arbeite. Oben siehst du eine Konsolen-Emulation.

Gebe folgendes ein: help

Changelog

0.0.10 (2015-06-16)
- Separated commands into own files, for better maintainability
- Added Commands.system for utility methods, getting commands name based
- System commands are installed when the app launches
- Command help lists all available commands dynamical now
- Added command: feedback

0.0.9 (2015-06-14)
- Added command: register - creates an account and stores info into database

0.0.8 (2015-06-13)
- Updated man page for newsletter. Thanks to @miichidk
- Added WIP badge

0.0.7 (2015-06-12)
- Added newsletter sign-up backend (PHP)
- Added command: newsletter (for real!)
- Updated command help
- Updated manual pages
- Commands can be used either global (without login) or restricted (login needed)
- Fixed space button jump on page

0.0.6 (2015-06-12)
- Added command login, dummy implementation real auth needs to be done
- Added Terminal.newLine()
- Terminal output can be piped to commands

0.0.5 (2015-06-11)
- Better KeyBoard-Handling across Browsers (Chrome, Safari, FireFox)
- Added command: clear
- Refactored Terminal
- Commands get the reference to the calling Terminal
- Added Terminal.print(text) function

0.0.4 (2015-06-10)
- Changed to more readable console font "Courier New"

0.0.3 (2015-06-08)
- Added basic command processor logic
- Added command: man
- Added command: ls

0.0.2 (2015-06-07)
- Fixed FireFox no-typing bug

0.0.1 (2015-06-07)
- Initial release
- Added basic console emulation