Gnome Column File Browser
gcfb is a file browser for Gnome that displays directory listings in columns. Similar behavior can be found in NeXT and Mac OS X. Selecting a subdirectory from a column causes the contents of the subdirectory to be displayed in the next column to the right.
Requirements
A Python interpreter, PyGTK version 2.4 or later, and a working installation of Gnome.
Download gcfb release 1 and try it out. To use
it, unpack the file and type python gcbd.py.
Bugs
- gcfb currently does nothing other than list files. You cannot move, copy, create, delete, or open files from this program. The next release will add such functionality.
- The string "** Message: foo" is printed many times. It comes from the call
to
gnome.ui.icon_lookup(). If anyone knows how to get rid of this message, please tell me.
Screenshot