home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / cmdpk164.zip / fl.hlp < prev    next >
Text File  |  1996-12-10  |  7KB  |  197 lines

  1. /***********************************************************************/
  2. /* (os2)             Help file for FILELIST (FL)                  0.9  */
  3. /***********************************************************************/
  4.  
  5.  Command-line invocation:
  6.  
  7.  fl [[dir] ...] [(sort[a|d] opt ...[)]] [(Profile file [)]] [(Noprofile[)]]
  8.  
  9.   Where:
  10.     dir ...       Specifications of directory(ies) to edit.
  11.     (Noprofile    Do not use a profile file.
  12.     (Profile file The name of the profile file to use.  If not specified,
  13.                   the file "PROFILE.FL" will be used.
  14.     (Sort opt     The sort order to use when displaying specified
  15.                   directory(ies).
  16.     (Wide         Use multiple columns (if possible).
  17.  
  18.  Notes:
  19.   - The capitalised portion of a command is the minimum abbreviation
  20.     for the command.
  21.   - UP, DOWN, NEXT differ from XEDIT and Kedit in that they do not
  22.     accept numerical arguments abutted to the command name.
  23.     Thus "N3" is not supported.
  24.  
  25.  
  26.  FL Commands:
  27.  ------------
  28.  
  29.  BAckward [n|*]
  30.        scroll backwards [n] screens
  31.  BOTtom
  32.        move to the bottom of the file
  33.  CCancel
  34.        qquit from all files in the ring
  35.  DEFine key-name [command [args]]
  36.        assign one or many commands to a key
  37.  DOS [command]
  38.        execute an operating system command
  39.  DOSNowait command
  40.        execute an operating system command - no prompt
  41.  Down [relative_target]
  42.        move forward in the file a number of lines
  43.  Edit [dir name]
  44.        edit another file/directory or switch to next file
  45.  FList [dir name]
  46.        edit another file/directory or switch to next file
  47.  FOrward [n]
  48.        scroll forwards [n] screens
  49.  HELP
  50.        edit help file for FL
  51.  Next [relative_target]
  52.        move forward in the file a number of lines
  53.  NEXTWindow
  54.        switch focus of editing session to other window
  55.  OS [command]
  56.        execute an operating system command
  57.  OSNowait command
  58.        execute an operating system command - no prompt
  59.  QUIT
  60.        exit from the current file if no changes made
  61.  RESet ALL|Block|Prefix
  62.        cancel the marked block or prefix commands or both
  63.  RUN [command]
  64.        execute an operating system command
  65.  SET set_command [set_command parameter(s) ...]
  66.        execute various set commands
  67.  SHOWkey
  68.        display current key value and command assignation
  69.  SOS sos_command
  70.        execute various sos commands
  71.  TEXT text
  72.        simulate keyboard entry of characters
  73.  TOP
  74.        move to the top of the file
  75.  Up [relative_target]
  76.        move backward in the file a number of lines
  77.  Xedit [dir name]
  78.        edit another file/directory or switch to next file
  79.  
  80.  
  81.  SET commands
  82.  ------------
  83.  
  84.  [SET] CASE Mixed|Lower|Upper
  85.        set case sensitivity parameters
  86.  [SET] COLOUR area [modifier[...]] [foreground background]
  87.  [SET] COLOR  area [modifier[...]] [foreground background]
  88.        set colours for display
  89.  [SET] CURLine M[+n|-n] | [+|-]n
  90.        set position of current line on screen
  91.  [SET] IMPcmscp ON|OFF
  92.  [SET] IMPOS ON|OFF
  93.        set implied operating system command processing
  94.  [SET] MSGLine ON [M[+n|-n]|[+|-]n]
  95.        set position of message line
  96.  [SET] NUMber ON|OFF
  97.        turn prefix numbers on or off
  98.  
  99.  
  100.  SOS commands
  101.  ------------
  102.  
  103.  SOS DELBAck
  104.        delete the character to the left of the cursor
  105.  SOS DELChar
  106.        delete character under cursor
  107.  SOS STARTENDChar
  108.        move cursor to end/start of focus line
  109.  SOS TABFIELDB
  110.        move cursor to previous enterable field
  111.  SOS TABFIELDf
  112.        move cursor to next enterable field
  113.  SOS UNDO
  114.        undo changes to the current line
  115.  
  116.  
  117.  COLOR commands
  118.  --------------
  119.  
  120.  Area =
  121.     Arrow    =    The arrow in the command line;
  122.     Cmdline  =    The command line;
  123.     CUrline  =    The current line in the file area;
  124.     Filearea =    The file area;
  125.     Idline   =    The file/directory name line;
  126.     Msgline  =    The message/error area;
  127.     Pending  =    The pending command in the prefix area;
  128.     PRefix   =    The prefix area;
  129.     STatarea =  * The status area;
  130.     TOfeof   =  * The top and bottom marker.
  131.  
  132.                 * not yet implemented
  133.  
  134.  Modifier =
  135.     BLINK BRIGHT BOLD HIGH
  136.  
  137.  Back/Foreground =
  138.     BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  139.  
  140.  
  141.  FL prefix commands:
  142.  -------------------
  143.  /      - make line current line
  144.  
  145.  All other prefix commands are considered "regular" commands.  They
  146.  accept the following shortcuts as parameter:
  147.  
  148.       /     =     The whole file name (drive+path+name+ext);
  149.       /n    =     The file name;
  150.       /e,/t =     The file extension (or "type");
  151.       /p    =     The file path;
  152.       /d,/m =     The file drive (or "mode");
  153.       /o    =     Nothing;
  154.       //    =     A "/" symbol.
  155.  
  156.  "Regular" commands are only allowed within directory buffers.
  157.  
  158.  
  159.  Default Key Assignments:
  160.  ------------------------
  161.  The first column is the name of the key in its normal state. Shifted
  162.  keys have a 'S-' prefix, control keys have a 'C-' prefix and Alt keys
  163.  have a 'A-' prefix. Thus key names for F1 are: F1,S-F1,C-F1 and A-F1.
  164.  The key names are the same as displayed by the showkeys command.
  165.  
  166.  ---------+-------------------+---------------+-------------+-------------
  167.  Key Name | Normal            | Shifted       | Control     | Alt
  168.  ---------+-------------------+---------------+-------------+-------------
  169.  F1       | help              |               |             |
  170.  F2       | refresh           |               |             |
  171.  F3       | quit              |               |             |
  172.  F4       | kedit             |               |             |
  173.  F5       | copy / a:         |               |             |
  174.  F6       | copy / b:         |               |             |
  175.  F7       | backward 1        |               |             |
  176.  F8       | forward 1         |               |             |
  177.  F9       | shell             |               |             |
  178.  F10      | recall            |               |             |
  179.  F11      |                   |               |             |
  180.  F12      | nextwindow        |               |             |
  181.  CURU     | cursor left       |               |             |
  182.  CURD     | cursor down       |               |             |
  183.  CURL     | cursor left       |               |             |
  184.  CURR     | cursor right      |               |             |
  185.  INS      |                   |               |             |
  186.  DEL      | sos delchar       |               |             |
  187.  HOME     | cursor home save  |               |             |
  188.  END      | sos startendchar  |               |             |
  189.  PGUP     | backward 1        |               | top         |
  190.  PGDN     | forward 1         |               | forward *   |
  191.  BKSP     | sos delback       |               |             |
  192.  ENTER    | enter             |               |             |
  193.  NUMENTER | sos doprefix      |               |             |
  194.  ESC      | sos undo          |               |             |
  195.  TAB      | sos tabfieldf     | sos tabfieldb |             |
  196.  ---------+-------------------+---------------+-------------+-------------
  197.