Skip to content

Instantly share code, notes, and snippets.

View awhiskin's full-sized avatar

Andrew awhiskin

  • Sydney, Australia
  • 14:02 (UTC +10:00)
View GitHub Profile
extends RichTextLabel
const HELP_COMMAND = "help" # Display all help commands
const DIR_COMMAND = "dir" # Display all files and folders in current working directory
const CHANGE_DIRECTORY_COMMAND = "cd" # Change working directory
const QUIT_COMMAND = "exit" # Quit application
const CLEAR_COMMAND = "clear" # Clear terminal windows
var current_context : Context
var past_commands = []