This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Lewisk3's profile picture

Cozy File Manager

Started by Lewisk3, 04 July 2015 - 03:55 AM
Lewisk3 #1
Posted 04 July 2015 - 05:55 AM
Cozy File Manager





Why use Cozy?

well, tired of navigating you computer with Hundreds of commands?
with cozy just click your way through!



Is This Going To Be Like Cake FileManager?

OH DEFINITELY NOT this file manager makes the Cake filemanager look like a baby's toy! (if it didn't already)

Todo:
make Cozy File load cozy theme files (.thm) - DONE!

Update - 1.4v
+ added a theme arg system run cozyfile with a file for the argument and it will load the thm!

Update - 1.3v

+fixed menu's going off sceen
+fixed file rename being off place

Update - 1.25v

+fixed exit button
+added a way to easily make themes!

Update - 1.2v

+fixed menus going off screen
+fixed when clicking open folder from menu, folder would be empty

Update - 1.1v

+ Added Copy,Paste,Cut
-Removed Created By Redxone in the title bar

Theme Loader

pastebin get za6edZkD load_theme

Matrix Theme!

	 thm = {
foldercolor = colors.lime,
filecolor = colors.lime,
iconbgcolor = colors.black,
folderIcon = "DIR",
fileIcon = "FLE",
bgcolor = colors.black,
tbcolor = colors.black,
tbtcolor = colors.lime,
textcolor = colors.lime,
dimtextcolor = colors.green,
selectedcolor = colors.gray,
mbcolor = colors.black,
mtcolor = colors.lime,
infocolor = colors.lime,
}



Arctic Theme



thm = {
foldercolor = colors.green,
filecolor = colors.black,
iconbgcolor = colors.white,
folderIcon = "[+]",
fileIcon = "[-]",
  bgcolor = colors.white,
tbcolor = colors.blue,
  tbtcolor = colors.white,
textcolor = colors.black,
dimtextcolor = colors.gray,
selectedcolor = colors.lightBlue,
  mbcolor = colors.lightBlue,
mtcolor = colors.white,
infocolor = colors.gray,
}



Download!
installer - http://pastebin.com/4tt1J2D3

Screenshots (OUTDATED):


Edited on 10 July 2015 - 06:32 AM
Waitdev_ #2
Posted 04 July 2015 - 07:16 AM
Nice job!



(first :)/>
DannySMc #3
Posted 04 July 2015 - 07:27 PM
Looks nice, but I would suggest not placing your name on the top bar and using it for something more productive. That is the reason I would not use this.
Lewisk3 #4
Posted 05 July 2015 - 10:33 PM
Anymore feedback, anyone?
DannySMc #5
Posted 05 July 2015 - 11:58 PM
Better colour scheme? Copy, Paste?
Lewisk3 #6
Posted 06 July 2015 - 06:03 AM
Better colour scheme? Copy, Paste?

Copy, paste and CUT!!!!

all made :)/>
DannySMc #7
Posted 06 July 2015 - 09:03 AM
Better colour scheme? Copy, Paste?

Copy, paste and CUT!!!!

all made :)/>/>

Awesome, you got rid of the name at the top? :P/> Also I would suggest adding a way of downloading pastebin files and URL downloads, (for pastebin DO NOT USE: shell.run("pastebin fsdgj") etc, do it via http.post :P/>)
Lewisk3 #8
Posted 06 July 2015 - 09:34 AM
Better colour scheme? Copy, Paste?

Copy, paste and CUT!!!!

all made :)/>/>

Awesome, you got rid of the name at the top? :P/> Also I would suggest adding a way of downloading pastebin files and URL downloads, (for pastebin DO NOT USE: shell.run("pastebin fsdgj") etc, do it via http.post :P/>)

will do, anyways have u checked out the themes?
DannySMc #9
Posted 06 July 2015 - 09:38 AM
You have themes? xD

EDIT: I see, I would suggest making it automatic and not make players have to manually add the code. I would suggest making themes and then a theme editor, with a menu to choose the theme.
Edited on 06 July 2015 - 07:39 AM