This is a terminal engine which allows users to create customizable and powerful applications. There is a simple and easy to use system for creating these applications, see inside for more. Notes: - Only the mouse wheel works for scrolling (no dragging) and your pointer must be on the scroll area. - If your keyboard doesn't work and the list has a black outline, click on the scroll area. - Use the ] key instead of backspace, or switch to turbo wrap to use the regular key I have also included example applications inspired by common linux commands: touch [filename] - creates a "file" with a specified name ls - lists all "files" created rm [filename] - removes "file" with specified name clear - clears the terminal echo [message] - repeats the specified message