man gitfm (Commandes) - GNU Interactive Tools File Manager

NAME

gitfm - GNU Interactive Tools File Manager

SYNTAX

gitfm [options] [path1] [path2]

NOTE

The main configuration file of the GIT package is .gitrc.TERM where TERM is the value of the environment variable 'TERM' e.g for Linux console your environment contains something like 'TERM=console' so the configuration file name is .gitrc.console. You can (and should) have a configuration file for each terminal type you use.

DESCRIPTION

gitfm is a file system browser with some shell facilities which was designed to make your work easier and more efficient.

The GIT package also contains gitps, an interactive process viewer/killer and gitview, a hex/ascii file viewer.

OPTIONS

A summary of options is included below. For a complete description, see the Info files.

-h
Show summary of options.
-v
Show version of program.
-c
Use ANSI colours.
-b
Don't use ANSI colours.
-l
Don't use last screen character.
-p
Output the final path on exit

FILE-SYSTEM BROWSER

gitfm is made of two panels. The left one and the right one. Each one contains a file system directory. You can browse the directory tree with the usual cursor keys and pressing ENTER when you want to enter or leave a directory. You may change the panels by pressing TAB. See also BUILT-IN COMMANDS.

INPUT LINE

Under the two panels there is a shell like input line which you can use to type normal shell commands. The input line supports unlimited characters and keeps a history of the typed commands. gitfm uses the GNU history library for that. See also BUILT-IN COMMANDS.

WARNINGS AND ERRORS REPORTING

Under the input line there is a status bar. You can see there the status of the currently executed command, the warnings and errors and you will be prompted if a decision has to be taken.

BUGS

These manual page is incomplete. Only the GIT's info documentation is being updated.

Please send bug reports to the Debian Bug Tracking System ( http://www.debian.org/Bugs/ )

SEE ALSO

AUTHORS

Tudor Hulubei <tudor@cs.unh.edu>

Andrei Pitis <pink@pub.ro>

Ian Beckwith <ianb@nessie.mcc.ac.uk> (Debian modifications)