# ROM
View the ROM on GitHub (opens new window)
Here is a list of programs currently included in the ComputerCraft ROM on SwitchCraft:
# APIs
- bigfont (opens new window) - By Wojbie - write large text on screens and monitors. Works with the custom Krist symbol (
\164
).
# 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 existsgithub limits [key|guest]
- Returns the GitHub API rate limits for SwitchCraft's key,guest
, or a custom keystreetsign
- Convert this computer into a street signmonitor-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