Q. Is there a command line version?
A. Yes, you can download the tarball and cd to
   the fslint directory, and use it directly from there.
   Note the GUI just wraps these command line programs,
   so alternatively you can cd or add to $PATH the
   /usr/share/FSlint/fslint directory on a standard install.

Q. Can I download the tarball and hack & run the GUI
   without installing it?
A. Yes, just run ./FSlint from the directory you extract
   and it automatically notices this and just uses the
   files in the extracted directory. Note you will need
   to do a make in the po directory for i18n to work.

Q. Where's the Makefile? How do I build/install it from source?
A. It's python so nothing needs to be built on the target.
   There's no Makefile to [un]install because there's no need (see previous FAQ)
   To build an rpm just tar.gz the working directory to FSlint-x.xx.tar.gz
   and then rpmbuild -ta FSlint-x.xx.tar.gz

Q. In "Advanced Search Parameters"->"Paths to exclude",
   how do I exclude directories &/or files matching a pattern
   rather than a specific file or directory?
A. To exclude all txt files add a path of /*txt
   To exclude all CVS dirs  add a path of /*CVS
