The GBrowser is a lightweight file browser, image viewer and terminal emulator written in C++ using GTK. The GBrowser does not require Gnome, KDE, XFCE or any other desktop or their libraries.
That makes it perfect for light desktop users. The GBrowser is very small. Since it's compiled into a tiny binary and doesn't rely on bulky desktop dependent libraries, the GBrowser is perfect for older machines.
There is also a more than useful feature set, but without adding bloat to the code. Get the job of file management done without worring about stuff you use other apps for anyway, like: Samba, FTP or CD Burning.
Here are some key features of "GBrowser":
· Terminal Emulator
· Icon Theme downloader
· Image Viewer
· Keybindings
· Control + x = cut
· Control + c = copy
· Control + v = paste
· Control + f = new folder
· Control + delete = delte file
· Control + a = previous directory
· Control + s = parent directory
· Control + d = next directory
· Mouse Gestures(press down middle button and drag to one of these directions)
· Left = previous directory
· Right = next directory
· Up = parent directory
· Down = refresh directory
Requirements:
· libglade
· vte
· scons
· libcurl
· libexif (optional)
· FAM or Gamin
Installation:
scons #compiles gbrowser
scons install #(as root) installs gbrowser (default path is /usr/local)
scons -c install #(as root) uninstalls gbrowser
Product's homepage