Posted 26 December 2012 - 09:29 PM
Gist for ComputerCraft
Features:
- Download gists from Github.com quickly.
- Upload multiple files as a gists for easy sharing.
- Same usage pattern as the pastebin program.
- Supports multiple file sources.
- Automaticly downloads dependencies (JSON4Lua)
- gist get <id>
- gist put <filename1> <filename2> …
- HTTP API must be enabled in the ComputerCraft config file
- Craig Mason-Jones for JSON4Lua (http://json.luaforge.net/)
- [attachment=1243:ComputerCraft_Gist.zip]
- This process will install Gist to every computer created/already exists.
- See dan200's guide to install it here