home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / FD103R-B / FD103R-B.LZH / FD.RC < prev    next >
Text File  |  2001-04-03  |  8KB  |  261 lines

  1. # Initialize file for FD
  2. #
  3.  
  4. # to set default sort type
  5. #    0: not sort (Default)
  6. #    1: alphabetical    9: alphabetical (reversal)
  7. #    2: extention    10: extension (reversal)
  8. #    3: size        11: size (reversal)
  9. #    4: date        12: date (reversal)
  10. #    5: length    13: length (reversal)
  11. #    100-112: preserve previous sort type
  12. #        (the least 2 digits are effective just after initialize)
  13. SORTTYPE    =    0
  14.  
  15. # to set default display mode
  16. #    0: normal (Default)
  17. #    1: sym-link status
  18. #    2:             file type symbol
  19. #    3: sym-link status &    file type symbol
  20. #    4:                         invisible dot file
  21. #    5: sym-link status &                invisible dot file
  22. #    6:             file type symbol &    invisible dot file
  23. #    7: sym-link status &    file type symbol &    invisible dot file
  24. DISPLAYMODE    =    0
  25.  
  26. # whether if sort or not in tree mode
  27. #    0: not sort (Default)
  28. #    >= 1: sort according to SORTTYPE
  29. SORTTREE    =    0
  30.  
  31. # behavior about writing over directory on file system
  32. #    0: confirm to write or not, after directory arranged (Default)
  33. #    1: write directory only if commanded
  34. #    2: never write over directory even if commanded
  35. WRITEFS        =    0
  36.  
  37. # whether if adjust tty or not when exiting
  38. #    0: not adjust (Default)
  39. #    >= 1: adjust
  40. ADJTTY        =    0
  41.  
  42. # to set default columns of file in 1 line
  43. #    1: 1 column
  44. #    2: 2 columns (Default)
  45. #    3: 3 columns
  46. #    5: 5 columns
  47. COLUMNS        =    2
  48.  
  49. # minimum columns of filename field
  50. #    Default: 12
  51. MINFILENAME    =    12
  52.  
  53. # history size of sh mode
  54. #    Default: 50
  55. HISTSIZE    =    50
  56.  
  57. # history size of path input
  58. #    Default: 50
  59. DIRHIST        =    50
  60.  
  61. # size of saved history
  62. #    Default: 50
  63. SAVEHIST    =    50
  64.  
  65. # limit of counting files in directory, on tree mode
  66. #    Default: 50
  67. DIRCOUNTLIMIT    =    50
  68.  
  69. # whether if make MS-DOS drive effective
  70. #    0: not use (Default)
  71. #    >= 1: effective
  72. DOSDRIVE    =    0
  73.  
  74. # whether if display the second hand of clock
  75. #    0: not display (Default)
  76. #    >= 1: display
  77. SECOND        =    0
  78.  
  79. # whether if show the info. of filesize
  80. #    0: not show (Default)
  81. #    >= 1: show
  82. SIZEINFO    =    0
  83.  
  84. # whether if support ANSI color escape sequence
  85. #    0: monochrome (Default)
  86. #    1: color
  87. #    2: color & force background to blacken
  88. #    3: color & force foreground to blacken
  89. ANSICOLOR    =    0
  90.  
  91. # select edit mode with your favorite editor type
  92. #    emacs: ^P, ^N, ^F, ^B, ... (Default)
  93. #    wordstar ^E, ^X, ^D, ^S, ...
  94. #    vi: k, j, l, h, ...
  95. EDITMODE    =    emacs
  96.  
  97. # temporary directory where archive file is unpacked
  98. #    Default: /tmp
  99. TMPDIR        =    "."
  100.  
  101. # mount point of CD-ROM with iso-9660 rock ridge format
  102. #    Default: none
  103. RRPATH        =    ""
  104.  
  105. # shell prompt strings
  106. #    Default: "sh#"
  107. PROMPT        =    "sh#"
  108.  
  109. # language code type to display
  110. #    Default: No convert
  111. #    jis, JIS: 7bit JIS
  112. #    euc, EUC: EUC
  113. #    sjis, SJIS: Shift JIS
  114. #    eng, ENG, C: English
  115. LANGUAGE    =    ja_JP.SJIS
  116.  
  117. # language code type to input
  118. #    Default: No convert
  119. #    euc, EUC: EUC
  120. #    sjis, SJIS: Shift JIS
  121. INPUTKCODE    =    ja_JP.SJIS
  122.  
  123. PAGER    =    "more %S%K"
  124. EDITOR    =    "edit %S"
  125. SHELL    =    command.com
  126.  
  127. # for Mischievous Japanese OS (see `man fd')
  128. #export    LANG=C
  129.  
  130. # launcher definition
  131. #(Default)
  132. #launch ".lzh"    "lha lq"        0,0:1,2-'/',2'/',3,7,5,6,7,8:10
  133. #launch ".tar"    "tar tvf"        0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  134. #launch ".tar.Z"\
  135. #        "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  136. #launch ".tar.gz"\
  137. #        "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  138. #(Examples)
  139. #launch ".taZ"    "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  140. #launch ".taz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  141. #launch ".tgz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:10
  142. #launch ".zip"    "unzip -lqq"        0,0:0,0,0,1,2[7],2-'-',2'-'-'-',3,4
  143. #launch ".zoo"    "zoo lq"        0,0:0,0,0,1,0,5,4,7-'+',8
  144. #launch ".Z"    "zcat %C|$PAGER"
  145. #launch ".gz"    "gzip -cd %C|$PAGER"
  146.  
  147. # examples for SVR4 (or GNU tar)
  148. #launch ".tar"    "tar tvf"        0,0:1,2-'/',2'/',3,7,4,5,6,8
  149. #launch ".tar.Z"\
  150. #        "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  151. #launch ".tar.gz"\
  152. #        "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  153. #launch ".taZ"    "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  154. #launch ".taz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  155. #launch ".tgz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  156.  
  157. # examples for GNU tar >=1.12
  158. #launch ".tar"    "tar tvf"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  159. #launch ".tar.Z"\
  160. #        "tar tvfZ"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  161. #launch ".tar.gz"\
  162. #        "tar tvfz"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  163. #launch ".taZ"    "tar tvfZ"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  164. #launch ".taz"    "tar tvfz"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  165. #launch ".tgz"    "tar tvfz"    0,0:1,2-'/',2'/',3,4-'-',4'-'-'-',4[9],5,6
  166.  
  167. # examples for UXP/DS V10 tar
  168. #launch ".tar"    "tar tvf 2>&1"            0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  169. #launch ".tar.Z"\
  170. #        "zcat %C|tar tvf - 2>&1"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  171. #launch ".tar.gz"\
  172. #        "gzip -cd %C|tar tvf - 2>&1"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  173. #launch ".taZ"    "zcat %C|tar tvf - 2>&1"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  174. #launch ".taz"    "gzip -cd %C|tar tvf - 2>&1"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  175. #launch ".tgz"    "gzip -cd %C|tar tvf - 2>&1"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  176.  
  177. # examples for UXP/DS V20 tar
  178. #launch ".tar"    "tar tvf"        0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  179. #launch ".tar.Z"\
  180. #        "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  181. #launch ".tar.gz"\
  182. #        "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  183. #launch ".taZ"    "zcat %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  184. #launch ".taz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  185. #launch ".tgz"    "gzip -cd %C|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8:11
  186.  
  187. # example for LHa >=1.14
  188. #launch ".lzh"    "lha -lq"        0,0:1,2-'/',2'/',3,7,5,6,7,8
  189.  
  190. # examples for MS-DOS
  191. launch ".lzh"    "lha l %S"        5,2:0,0,0,3,6-'-',6'-'-'-',6[7],7,2:2
  192. launch ".lzh"    "lha v %S"        5,2:0,0,0,2,5-'-',5'-'-'-',5[7],6,1::2
  193. launch ".tar.Z"\
  194.         "gzip -cd %S|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  195. launch ".tar.gz"\
  196.         "gzip -cd %S|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  197. launch ".taz"    "gzip -cd %S|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  198. launch ".tgz"    "gzip -cd %S|tar tvf -"    0,0:1,2-'/',2'/',3,7,4,5,6,8
  199. #launch ".zip"    "unzip -lqq %S"        0,0:0,0,0,1,2-'-',2'-'-'-',2[7],3,4
  200. launch ".zip"    "pkunzip -vb %S"    14,2:0,0,0,1,5-'-',5'-'-'-',5[7],6,7
  201.  
  202. # archiver definition
  203. #(Default)
  204. #arch ".lzh"    "lha aq %C %TA"            "lha xq %C %TA"
  205. #arch ".tar"    "tar cf %C %T"            "tar xf %C %TA"
  206. #arch ".tar.Z"    "tar cf %X %T; compress %X"    "zcat %C|tar xf - %TA"
  207. #arch ".tar.gz"    "tar cf %X %T; gzip %X"        "gzip -cd %C|tar xf - %TA"
  208. #(Examples)
  209. #arch ".taZ"    "maketaz compress Z taZ"    "zcat %C|tar xf - %TA"
  210. #arch ".taz"    "maketaz gzip gz taz"        "gzip -cd %C|tar xf - %TA"
  211. #arch ".tgz"    "maketaz gzip gz tgz"        "gzip -cd %C|tar xf - %TA"
  212. #arch ".zip"    "zip -q %C %TA"            "unzip -q %C %TA"
  213. #arch ".zoo"    "zoo aq %C %TA"            "zoo xq %C %TA"
  214.  
  215. # examples for MS-DOS
  216. arch ".lzh"    "lha a %S %TA"            "lha x %S %TA"
  217. arch ".tar.Z"    "tar cfZ %C %TA"        "gzip -cd %S|tar xf - %TA"
  218. arch ".tar.gz"    "tar cfz %C %TA"        "gzip -cd %S|tar xf - %TA"
  219. arch ".taZ"    "maketaz compress Z taZ"    "gzip -cd %S|tar xf - %TA"
  220. arch ".taz"    "maketaz gzip gz taz"        "gzip -cd %S|tar xf - %TA"
  221. arch ".zip"    "pkzip %S %TA"            "pkunzip %S %TA"
  222.  
  223. # key bind definition
  224. #(Examples)
  225. #bind 'I'    "dir -d %C"
  226. #bind 'g'    "gzip %C%K"    WARNING_BELL
  227. #bind 'G'    "gzip -d %C%K"    WARNING_BELL
  228. #bind 'R'    "grep %R %C"
  229. #bind '{'    ROLL_UP
  230. #bind '}'    ROLL_DOWN
  231. #bind '~'    "cd ~%N%K"
  232. #bind 'F1'    "man fd%N%K"    ;Manual
  233.  
  234. # function definition
  235. #(Example1)
  236. #function rename() {\
  237. #    MARK_ALL 0;\
  238. #    MARK_FIND $1;\
  239. ##    RENAME_FILE $2;\
  240. #    mv %M $2%K;\
  241. #}
  242. #
  243. #(Example2: used in archiver definition)
  244. #function maketaz() {\
  245. #    tar cf %X.tar %T;\
  246. #    $1 %X.tar;\
  247. #    mv %X.tar.$2 %X.$3;\
  248. #}
  249.  
  250. # MS-DOS drive definition
  251. #(Example)
  252. #setdrv B    "/dev/rfd00a"    2, 18, 80
  253.  
  254. # alias definition
  255. #(Example)
  256. #alias dir "ls -laF"
  257.  
  258. # keymap definition
  259. #(Example)
  260. #keymap DEL    "\033[3~"
  261.