gThumb Manual


Table of Contents
Introduction
Keyboard Shortcuts
Known Bugs and Limitations
Authors
License

Introduction

With gThumb you can browse directories with pictures or photographs in it, as well as viewing single files. It shows image stamps as well.

To run gThumb, select gThumb from the Graphics submenu of the Main Menu, or type gthumb on the command line. If you start gThumb from the command line you can specify a starting directory :

      bash$gthumb /home/user/directory/
    

or a list of files to view :

      bash$gthumb *.jpg
    

you can even do a combination of the two :

      bash$gthumb /path/to/dir /another/path/ *.jpg
    

The above example will pop up three windows, one shows you the files with a jpg extension in the current directory, and the others two will show you respectively the content of the directories /path/to/dir and /another/path.

This document describes version 0.9.6 of gThumb.