This package contains C source for a directory browser called chd, together
with a manual and makefile.  The browser can be used as an interactive 
change-directory utility with the use of a shell alias like this:

alias cx 'set nwd = `chd`; cd $nwd'

