All work (c) Michael Dever 2009 This is beta software, so use it at your own risk. That said, I am releasing it as beta, as I don't have the time to work on it a lot anymore, so I'm relying on the community to find bugs, report them via the trac page, http://trac.haskell.org/haskellfm, or submit fixes/code improvements. This functions as a fairly standard file browser, it supports Linux only (for now), and has all the commonly used features: Move, Copy, Delete, Rename, Open. It has drag and drop support for (move's), but one limitation is that only one item may be dragged/dropped at a time (again, for now). There is a search function within the file manager, that relies upon glob patterns to generate a list of matching elements within the currently viewed directory. These are: * - wildcard [] - any amount of charchters within the braces will be matched at the current position. See the included User Manual for more detailed usage instructions.