Michael Dever is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

michaelcdever / haskellfm

Haskell File Manager

Clone this repository (size: 215.8 KB): HTTPS / SSH
git clone https://bitbucket.org/michaelcdever/haskellfm.git
git clone git@bitbucket.org:michaelcdever/haskellfm.git

haskellfm overview

Recent commits See more »

Author Revision Comments Message Labels Date
Michael Dever d64a5d5e4ad8 updated for OSX
Michael Dever d4f9d3649eb4 initial commit
Michael Dever 5eb64dfae6fb initial commit
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.