home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / applications / kosherdill / Help / Intro < prev    next >
Encoding:
Text File  |  1993-11-23  |  3.7 KB  |  125 lines

  1.  
  2.                          %%
  3. label $blt_htext(widget).logo -bitmap dill-logo
  4. $blt_htext(widget) append $blt_htext(widget).logo
  5. %%
  6.                           Kosher Dill
  7.       ( KOmprehensive Storage HandlER / Disk ILLustrator )
  8.  
  9.  ---------------------------------------------------------------
  10.             Copyright (c) 1993  AT&T Bell Laboratories
  11.           Michael J. McLennan (michael.mclennan@att.com)
  12.  ---------------------------------------------------------------
  13.  
  14.  Kosher Dill is a simple utility for managing disk usage.  It
  15.  provides a graphical representation of the system "du" command,
  16.  along with drag&drop facilities for exploring, compressing
  17.  and removing files.
  18.  
  19.  Directory names are entered into the "Directory" entry near the
  20.  top of the main window.  Pressing return in this window invokes
  21.  a query of disk usage ("du") for this directory.  Results are
  22.  displayed in the "Usage" message near the top of the window.
  23.  In addition, a %%
  24. hyperhelp_link "graphical display" Display
  25. %% is generated showing relative
  26.  usage for all immediate sub-directories and files.
  27.  
  28.  Elements in this display are available for %%
  29. hyperhelp_link "drag&drop" DragDrop
  30. %% operation.
  31.  Files can be dropped on the following targets:
  32.  
  33.    %%
  34. label $blt_htext(widget).examineTarget -bitmap examine
  35. $blt_htext(widget) append $blt_htext(widget).examineTarget
  36. %% - used to %%
  37. hyperhelp_link examine Examine
  38. %% the file
  39.  
  40.    %%
  41. label $blt_htext(widget).compressTarget -bitmap compress
  42. $blt_htext(widget) append $blt_htext(widget).compressTarget
  43. %% - used to %%
  44. hyperhelp_link compress Compress
  45. %% the file
  46.  
  47.    %%
  48. label $blt_htext(widget).trashTarget -bitmap trash
  49. $blt_htext(widget) append $blt_htext(widget).trashTarget
  50. %% - used to %%
  51. hyperhelp_link delete Trash
  52. %% the file
  53.  
  54.  Other aspects of this application are controlled by menus
  55.  listed at the top of the main window:
  56.  
  57.  FILE MENU
  58.    About...       - brings up a message describing this application
  59.    Preferences... - brings up a dialog box for editing %%
  60. hyperhelp_link preferences Preferences
  61. %%
  62.    Quit           - exits the application
  63. %%
  64. hyperhelp_mark ViewMenu
  65. %%
  66.  VIEW MENU
  67.    Changes the display of files in all graphical usage windows:
  68.  
  69.    By Name 
  70.      List files in alphabetical order by name.
  71.    By Size 
  72.      List files in order from largest to smallest.
  73.    By Age
  74.      List files in order from oldest to newest.
  75.  
  76.    Files in Local Directory
  77.      Show contents of one directory at a time.
  78.    Files in All Directories
  79.      Show all files in the hierarchy below a given directory.
  80.  
  81.    All Files
  82.      Show all files, regardless of size.
  83.    Only "Significant" Files
  84.      Show files larger than a "significant" size, as defined in
  85.      the %%
  86. hyperhelp_link preferences Preferences
  87. %% for this application.
  88.  
  89.   Different combinations of these options are useful in different
  90.   circumstances.  When exploring to find large directories, the
  91.   following settings are useful:
  92.  
  93.     EXPLORING DIRECTORIES:
  94.     - By Size
  95.     - Files in Local Directory
  96.     - All Files
  97.  
  98.   This presents a hierarchical view of directories, showing the
  99.   largest ones near the top of the list.  Each directory, in turn,
  100.   can be explored this way.
  101.  
  102.   When searching for the largest and oldest single files to be
  103.   deleted, the following settings are useful:
  104.  
  105.     SEARCHING FOR BIG FILES:
  106.     - By Age
  107.     - Files in All Directories
  108.     - Only "Significant" Files
  109.  
  110.   Such a listing may take a while to process, but when it appears,
  111.   it will contain a number of good candidates (core files, etc.)
  112.   for removal.
  113.  
  114.  HELP
  115.    About HyperHelp...   - brings up an explanation of %%
  116. hyperhelp_link HyperHelp HyperHelp
  117. %%
  118.    About Kosher Dill... - brings up this help topic
  119.  
  120.  
  121.  Many features of this application can be customized by specifying
  122.  resources in a %%
  123. hyperhelp_link .Xdefaults Xdefaults
  124. %% file.
  125.