i.File
About
i.File is a file manager for Linux written for the the Windows refugees that are arriving in Linux only to find that the state of the user interface is rather poor. I personally somewhat fall into this catagory, although more as a power user than the average Joe.

Both the leading file managers for KDE and Gnome are well... not to put too fine a point on it: crap. There are just not ready for everyday use by normal people, because of the untold number of bugs in the usability and function that are STILL there 3 years after they first infested Linux desktops.

Not that this project will start off any better, but my hope is that it'll end far more successfully than the aforementioned software. Currently i.File is targetted at other developers in an attempt to get some help with bringing it up to speed. Enough of the basic code layout and implementation is done so that the user can see how things should work. And now it's just time to fill in the blanks and bust those bugs.

Building
Development Philosophy
Todo
Screenshots
History
0.5 [Next]

Changes:
  • Added a plugin interface to the GFileNode object. Currently plugins can get events like OnBrowse and OnRefresh and add menu items into the right click menu.
  • Intergrated the version control add-ons into the parent folder object (as plugins). This improves caching of meta-data and makes the code a lot cleaner.
  • Fixed refreshing a folder view to re-read version control meta-data correctly.
  • Used the new plugin interface to allow the SVN plugin to add an "Svn Update" and "Svn Commit" command to the right click menu of SVN checkout folders.
0.4 [Alpha]

Changes:
  • Fixed the CVS file status code to not hang the search when looking for modified files.
  • Fixed having a directory selected locking it so that it can't be deleted.
  • Fixed new directories not showing up in the UI when pasting them.
  • [Win32] Improved the open with menu to a functional state.
  • Fixed a very embarrasing memory leak.
  • [Win32] Fixed the quality of applications populating the "Open With" list. Windows is trying very hard to make it impossible to make that menu work, I keep finding little differences in the registry format with untried file types.
  • Unified the network neighbourhood code and intergrated the win32 and linux backends. Adds network browsing support to the windows port.
  • [Win32] Fixed deleting system/hidden/read-only files.
  • [Win32] Fixed crash on very long error messages.
  • [Win32] Limited delete error messages to first 16 errors.
  • [Win32] Fixed backspace keyboard binding.
  • [Win32] Added "Explore..." menu option in the right click menu.
  • Fixed all the folders disappearing when returning to the folder view after searching.
  • [Win32] Fixed running batch files.
  • [Win32] Fixed some apps not having the right things in the open with menu.
  • Fixed the full folder name not appearing in search results.
  • Made the search smarter, if you don't use wildcards it does substring.
0.3 [Alpha]
0.2 [Alpha]
0.1 [Alpha]
Other File Managers
Here I list some of the other options, so that we can learn from their mistakes... oh... um see what features we need to cover.

Application Comment
nautilus All right if you can stomach GTK. Also uses too much eye candy and doesn't have a friendly tree view mode. Havn't used it enough to tell whether it has more serious quirks.
konqueror Wooo it browses the web as well! Wow talk about putting too much into the file manager. Things I hate:
  • The d'n'd is broken.
  • The refresh redraws the file list up to 3 times.
  • The list of files looks like some parts are drawn twice giving the effect that some items are bolded. This is stupid.
  • Too much eye candy.
  • Hard to get a folder tree view back.
  • Wrapping the file names? Gee and THAT'S a feature?!?
  • Slow slow slow.
  • Down-arrow, Down-arrow, Down-arrow, Down-arrow... huh why it skip an item in the list?
  • Has a web browser built in.
  • Too much eye candy rots the eyes!
  • Doesn't go up a directory when you hit backspace.
emelfm Based on GTK 1.x, do I need to continue?
filerunner Looks like it was written in the 80's
fm Another GTK+ file manager. Seems like a decent attempt despite being GTK based.
filebrowser Gtk again.
knc Looks abandoned.
krusader Good looking commander clone.
rox-filer Um, are we using a GIG of ram for the file manager yet? No... well make the icons bigger!
systemg Gtk... again. No need to go futhur.
worker I'd imagine this is why Apple hire design people, to avoid programs like this.
zfm Plugins = longer loading time.