A Minecraft mod for the working class coder. Goonie Sanders Local Expanders lets CC:Tweaked computers access your local Lua scripts — no billionaires, no Pastebin, just pure grassroots automation.

Brothers, sisters, and assorted goons: for far too long the working computers of ComputerCraft have been denied unfettered access to the scripts they already wrote on their home machines. I am once again asking you to load your Lua from the local filesystem—only this time, I brought a mod to make it painless.
config/ccscripts/ through a global API named GoonieSandersLocalExpanders./goonie, so you can run or copy scripts straight from your dev machine without typing them in by hand.localscripts.lua, auto-dropped into config/ccscripts/) that walks you through picking a script, saves it to /scripts/, and—if you say “aye”—executes it immediately.config/ccscripts/. That directory is the beating heart of the operation. (either create the folder yourself or start your game once with the mod and it'll be made for you.)goonie (auto-installed under /rom/programs) to launch the helper immediately.Want to skip the helper? Access everything manually with plain shell commands like fs.list("/goonie"), cp /goonie/myScript.lua myScript.lua, or even shell.run("/goonie/myScript.lua")—they all hit the same mounted folder the helper uses.
config/ccscripts/ and rerun.Now get out there, organize your Lua, and expand locally like the gooniest Bernie you can be. The revolution may not be televised, but it will be scripted.