Things I would like to do and/or see done (hint).

On view windows with file sources, allow ^s to save the file.  Put a save and
quit option in the button 3 menu.

On first run for a given user filerunner does a default configure.  This should
be smartened up to do different things depending on the discovered enviornment.
In particular, the Unix/Linux set up is good for M$ windows with 'cygwin'
installed, but should differ if it is not.  Also, we may want to ship some
of the simple tools from 'cygwin' to give a reasonable enviornment for packing
and unpacking files, at least.

Complete the code for the dir list head: Add a configure option to do:
a:) change what details are printed
b:) change the order printed
c:) change the width of each item

For a:) we should be able to come up with any or all of the times and just about
        anything "stat" returns.  For windows we should even make the 8.3 names
        available.

Currently the Balloon code is only done for the font selection window.  It
should be available for all windows...

At the same time (or, maybe before the Balloon code) we should also get the
message catalog set up for all the messages (again, see the font selection 
code).

There seems to be difference (duh) in the way select interacts with "copy" 
(the ctl-C copy) and the equivalent in X-windows.  In M$ windows, you have to
select and then 'ctl-C' but you will get proper file names (not the lines from
the listbox).  In X-windows, select implies copy to the clipboard, but it is
done behind the filerunners back and so you get the listbox line rather than
the proper 'path'/'filename'.  We need a fix for this.

It would be nice if the directory first/last sort option was independent of the other sort options.

It would be nice to have sftp capability just as we have ftp capability.

On startup, if a mount point is passed as a parameter, automatically attempt to mount that mount point.  This would be nice for cases where you want the USB 
detection code to run FR when a file system is plugged in, be it a memory stick
or a camera or what ever.

If you would like to help with any of this, contact me at:
tom@wildturkeyranch.net

