home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume9 / browse_pds / browse.doc < prev    next >
Encoding:
Text File  |  1989-12-14  |  1.6 KB  |  72 lines

  1. Browse is a screen-oriented directory browser, based on the metaphor of using
  2. 'VI' to edit an 'ls -l' listing.
  3.  
  4. Commands:
  5.     SPACE    Enter a subdirectory, or display a file.
  6.     &    Run a program that won't clobber the screen.
  7.     !    Run a program.
  8.     =    Enter a directory name.
  9.     ?    Peek at the current file.
  10.     [    Define a macro.
  11.     H    Go to the top of the page.
  12.     J    Go to the bottom of the directory.
  13.     K    Go to the top of the directory.
  14.     L    Go to the bottom of the page.
  15.     ^L    Repaint screen.
  16.     M    Display macros.
  17.     N,^F    Go down 20 lines.
  18.     P,^B    Go up 20 lines.
  19.     R    Rename a file.
  20.     S    Save definitions.
  21.     dd    Delete file(s). (ask for verification)
  22.     DD    Delete file(s).
  23.     h    Place cursor at beginning of line.
  24.     l    Move cursor to end of line.
  25.     <    Display file names only.
  26.     >    Display long directory listing.
  27.     +    Make a file permanent.
  28.     (    Make the current file permanent.
  29.     )    Make the current file non-permanent.
  30.     j,^J    Go down a line.
  31.     k,^K    Go up a line.
  32.     n,^D    Go down 11 lines.
  33.     p,^U    Go up 11 lines.
  34.  
  35.     qq,QQ,ZZ    Exit.
  36.  
  37.     r    Re-read directories.
  38.  
  39.     t    Toggle tag on current file.
  40.     T    Tag all files.
  41.     U    Untag all files.
  42.  
  43. Macros:
  44.     [xtext]    Define x as text.
  45.  
  46. Within text:
  47.     %    Current filename.
  48.     #    Current directory.
  49.     !    Previous command.
  50.     $x    Macro for key x
  51.     $$    Current process ID
  52.     ~    Home directory.
  53.     ^K    One character from previous command.
  54.     @x    Execute macro for key x
  55.     \x    Enter special character x
  56.     \nnn    nnn, octal
  57.     \^x    Control-x
  58.  
  59. Default macros:
  60.     SPACE    !more %<CR>
  61.     %    !%<CR>
  62.     .    =.
  63.     /    =/
  64.     ~    =~
  65.     v    !vi %<CR>
  66.     $    !vi /tmp/br.env.$$<CR>
  67.             -- this file is loaded as your environment
  68.             -- whenever you run a program.
  69.  
  70. The contents of the environment variable BROWSE are executed as a macro
  71. when you start up.
  72.