NAME
Rolodex, rolodex - a graphical rolodex program
SYNOPSIS
rolodex [filename]
DESCRIPTION
rolodex provides a simple Tk based file browser for colon
separated fields, newline separated record files. It allows
you to add and delete records, search for items, etc. and
stores the file in sorted order. It keeps field names in
the first line of the file, which it prepends with a '#'
character. If no field names are present on the first line,
it names them Field1, Field2,..., Fieldn
The filename can be any valid file string for Tcl, so:
rolodex "|ypcat passwd"
will browse the current Yellow Pages passwd map.
Fields may also be given a command string, if one is
present, that Tcl command will be executed with any "%s"
values in the string filled in with the current field value.
FILES
~/.rolodex Default Rolodex file name