File Browser
Easy to use, simply and nice.
This is a file browser I’ve made and I’m working on. It has a nice and soft appearance and plenty of options. Right now the filebrowser has this freatures:
- Icons: Depending of the type of file, the filebrowser shows a different icon. The icons are from KDE 4.2 and are called Oxygen. Most of the common files have got their own icon, and is really easy to add one if you want, just upload it to the folder called img and save it with the name of the mime type of the file, changing / for -. Example php has got application/x-php as mime type so if you want to have a php icon just upload to img a file called application-x-php.png
- File reader: Some files can be read with the program instead of being downloaded. For example php files can be read (as if you try to open them the server will execute them) and executed. Images are important, and if you enter in a folder with some images the File Browser will display all of them in a gallery allowing you to play them, and pass them directly using javascript. I’m thinking on use a video player for mp4, flv… files.
- Search: It just does what it must do, search, and it does really fast!
- Terminal: This is optional. If you make a file browser it’s very huge to allow it to move, edit, create files … and I think it’s easier to use a terminal, don’t you? I had a terminal called Internet Terminal made and I added functions like cp (copy), rm (remove), mkdir (make dir), upload (upload files)… for managing files if you don’t have a FTP client.
- Open Source: You’ll be able to modify it and no advertisement will be added, just tell who made the program and link me as you want.
Do you have any suggestions for the next release? Tell me!
