-
Notifications
You must be signed in to change notification settings - Fork 193
Description
As far as I can tell, there isn't a way to mount and automatically run a lua file (from the Java side of things). Specifically, I would like to run a short program adding mymount/programs to the shell path, and adding auto-completion support for the program(s) that are mounted.
I would also like a method for determining the absolute directory of a computer (ei C:/somebody/...) as I need that for another API. I've been working around this without much trouble, but it should be trivial to implement.
edit
A virtual file system (with limited space) would be even better, as suggested by SquidDev
/edit
It would also be nice if it was possible to add Java-side APIs to computers (without peripherals / upgrades / etc.). I've been using CCTweaks to get around this, perhaps @SquidDev could provide some idea of what would need to be done for this. I would honestly just PR the extra API, except for the "no additional dependencies" rule, and this is one huge frigging dependency.
These are just a couple things I've run into during the development of CCGit