# ROM

View the ROM on GitHub (opens new window)

Here is a list of programs currently included in the ComputerCraft ROM on SwitchCraft:

# APIs

# Programs

  • cloud (opens new window) - Cloud Catcher - remotely view your computer from a web browser
  • mbs (opens new window) - Mildly Better Shell - an improved shell with persistent history, readline bindings, scrolling, and a better lua REPL

# Custom shell commands

  • touch [path] - Creates a file, or updates its last modified date if it exists
  • github limits [key|guest] - Returns the GitHub API rate limits for SwitchCraft's key, guest, or a custom key
  • streetsign - Convert this computer into a street sign
  • monitor-ident [textScale] - Identifies all monitors on a network (example (opens new window))

# Turtle

# Commands

A few new turtle commands for the shell have been added:

  • dig - Digs a block (requires mining turtle)
  • drop [slot] - Drops an item from the specified slot (defaults to the current slot)
  • place [slot] - Places a block from the specified slot (defaults to the current slot)
  • select <slot> - Selects a slot