Posted 01 September 2012 - 08:17 PM
I'm just going to dump any programs I've worked on in here, since I don't feel like making 100 threads.
I've only tested these on ComputerCraft 1.3 at the moment (playing on a Tekkit server, but none of these programs should require anything other than ComputerCraft).
Default Program Replacements (intended for ComputerCraft 1.3)
drive2
drive2 is an updated version of the drive program. It properly detects disk drives, as opposed to returning hdd.
edit2
edit2 is an updated version of edit with the following features:
list2
list2 is an updated version of list/ls. The main feature is adding a '/' to the end of directories, making them easier to find. An incomplete feature for showing dot files/directories is available (but requires a specific directory to be mentioned; list2 / -a would show all dot files/folders in the root directory.)
There's some other stuff uploaded on the server, but I don't consider anything complete enough to detail here at the moment.
I've only tested these on ComputerCraft 1.3 at the moment (playing on a Tekkit server, but none of these programs should require anything other than ComputerCraft).
Default Program Replacements (intended for ComputerCraft 1.3)
drive2
drive2 is an updated version of the drive program. It properly detects disk drives, as opposed to returning hdd.
edit2
edit2 is an updated version of edit with the following features:
- Home/End keys move cursor to beginning/end of line.
- Page Up/Page Down moves half a screen down.
- Current cursor position in the lower right hand corner.
list2
list2 is an updated version of list/ls. The main feature is adding a '/' to the end of directories, making them easier to find. An incomplete feature for showing dot files/directories is available (but requires a specific directory to be mentioned; list2 / -a would show all dot files/folders in the root directory.)
There's some other stuff uploaded on the server, but I don't consider anything complete enough to detail here at the moment.