June 26, 2024 Announcement: [Will not be updated for a while as I am working on something else...] Use turbowarp for backspace and shift key support. Added mkdir command April 26, 2023 7:00PM PST... transferred contents in backdrop to boot sprite and added empty sprite to reduce lag. June 5, 2023 2:16PM PDT 2:34PM Removed background from backdrop and put it in console sprite which I can stamp it. 6:01PM Improved echo [argument] to support whitespace like this " echo string " and it prints "string" 6:09PM Fixed bug where you can't scroll and perfected whitespace ignorance of echo [argument]. 6-9-2023 9:08AM PDT: can now run commands without printing output but setting a variable to the output. 6-19-2023 7:37PM PDT: Fixed severe issue where typing `cd` lags the whole project. I simply "broke" out of the loop if variable "i" is greater than the length of the string. thx to @iw131 for finding the bug 6-23-2023 10:36AM PDT fixed mkdir command 7-22-2023 5:04PM PDT: Improve argument detector custom block to ignore spaces in the beginning. 7-25-2023 4:21PM PDT: You can now run multiple commands by separating them with the character ";" 2-17-2024 3:19PM PDT: Refactor all code to use more lists instead of silly string operations and fix `mkdir`. 2-19-2024 8:44PM PDT: Add `history` and `cd` command to `help` command (found out they are builtin commands). https://turbowarp.org/829639626/fullscreen?hqpen
This is from now on a rolling release. Expect no change here in the "Notes and Credits" thing. Credits to Superconsole made by @Squoop FIREFOX USERS: If you start spamming a character uncontrollably, read this to fix it: https://support.mozilla.org/en-US/questions/1273459 Available commands (added this section 2-19-2024 8:36PM PDT): help [command] echo [string] exit ls [directory] cd [directory] whoami hostname javascript history