logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xhfs - graphical interface for manipulating HFS volumes

Author

       Robert Leslie <rob@mars.org>

HFSUTILS                                           02-Apr-1996                                           XHFS(1)

Description

xhfs presents a graphical front-end for browsing and copying files on HFS-formatted volumes.

       The  display  is divided into two parts, left and right, which can each independently view a directory on
       either an HFS volume or the host (UNIX) filesystem. Double-clicking the name of  a  directory  in  either
       view will open that directory. A pop-up menu at the top of each directory view can be used to navigate to
       any directory between the current and the beginning of the hierarchy.

       Text files can be viewed by double-clicking them. Any file or set of files can be copied to the directory
       shown  in the other view by selecting them and clicking the "Copy" button. Copying is performed according
       to the selected copy mode:

       MacBinaryII
              The file(s) will be copied using the MacBinary  II  format.  This  is  the  recommended  mode  for
              transferring arbitrary Macintosh files.

       BinHex The  file(s)  will be copied using the BinHex format. This mode should be used to encode Macintosh
              files into strict ASCII format.

       Text   In this mode, only the data fork(s) of the selected file(s) are copied.  Furthermore,  translation
              is performed on the data's end-of-line characters to conform to the standard for text files on the
              destination.

       RawData
              In  this  mode, only the data fork(s) of the selected file(s) are copied.  However, no translation
              is performed whatsoever on the data.

       Automatic
              A copy mode will be selected automatically according to a set of heuristics.

Name

       xhfs - graphical interface for manipulating HFS volumes

See Also

hfsutils(1), hfs(1)

Synopsis

       xhfs [left-path [right-path]]

See Also