home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / cli / newlist82.lha / S / NEWLIST.config.elite < prev    next >
Text File  |  1993-10-02  |  14KB  |  352 lines

  1. # $VER: Newlist82 (27-Sep-93)  Elite Slang
  2. # by Sm00th :-)
  3. #
  4. # IMPORTANT: kill old file in memory if you edit or change this file 
  5. #            with 'nl -K'
  6.  
  7.  
  8.  
  9. #*********************************************#
  10. #            Preferences Section              #
  11. #                                             #
  12. #  This section allows you to define your     #
  13. #  personal preferences on how newlist will   #
  14. #  behave.  Consult the 'Internal String      #
  15. #  Editing' chapter of Newlist.doc for more   #
  16. #  information.                               #
  17. #*********************************************#
  18.  
  19.  
  20. #---------------------------------------------#
  21. # This is the color of highlighted text       #
  22. # and \C constant.  You MUST define this      #
  23. # first or your colors will be mixed with     #
  24. # the default \f2's                 1 string  #
  25. #---------------------------------------------#
  26.  
  27. _NAMECOLOR:     #this defines \C constant
  28. "\f2"           #white
  29. "\s1"           # (new) monochrome color--bold
  30.  
  31. #------------------------------------------------------------------------#
  32. #         Various config setting for non-flagged items.                  #
  33. #                                                                        #
  34. #  USAGE: n = No   y = Yes                                               #
  35. #                                                                        #
  36. #    Bit  0123456789a   Bit 0  Long mode [-l] default?                   #
  37. #         |||||||||||   Bit 1  Variable Column [-q] calculation?         #
  38. #        "yyyyyyynnnn   Bit 2  Lsjr dirs-on-the-side for [-q]?           #
  39. #                       Bit 3  [-qt] Expands links?                      #
  40. #                       Bit 4  Use/check/force Envoy/Mufs?               # 
  41. #                       Bit 5  System Requestors off?                    #
  42. #                       Bit 6  Default to Use Assign Add's?              #
  43. #                       Bit 7  Help [-?] uses paging?                    #
  44. #                       Bit 8  Merge similar paths?                      #
  45. #  1 string             Bit 9  Recurs. in ass-add uses extnd. headers    #
  46. #                 (new) Bit a  Help -? uses longhelp only                #
  47. #------------------------------------------------------------------------#
  48.  
  49. _NONFLAGS:
  50. #0123456789a
  51. "yyyyyyynnnn"     # defaults...see above
  52.  
  53. #---------------------------------------------------#
  54. #   Default flags for newlist                       #
  55. #        long: used when long output                #
  56. #       quick: used when [-q] quick output is given #
  57. #        cond: used by both long and quick but when #
  58. #               no flags are given or [-e]          #
  59. #---------------------------------------------------#
  60.  
  61. _FLAGS_LONG:
  62. "-Ju  -T2"       # formerly ENV:NEWLIST_LONG
  63.  
  64. _FLAGS_QUICK:
  65. "-JIt -T2"       # formerly ENV:NEWLIST_QUICK
  66.  
  67. _FLAGS_COND:
  68. "-sd"            # formerly ENV:NEWLIST
  69.  
  70. #------------------------------------------#
  71. #       6   Default print and date formats #
  72. #------------------------------------------#
  73.  
  74. _DEFAULTS:
  75. " %U %c %d %4b @7v %n%L %e"    # ls [-l] long format
  76. "%-9.9T%3.3M %02d %2y%T %5.5B" # ls [-l] date format
  77. "%U %c %4b  @7s %d %n%L %e"    # expert mode [-I] long format
  78. "%.3M %2d %5v"                 # expert mode [-I] date format
  79. "%-22n @7v %p  %d %c%L %e"     # commodore [-z] format
  80. "%-9A %.5B"                    # commodore [-z] date format
  81.  
  82.  
  83. #-------------------------------------------#
  84. #       This is the default wildcard filter #
  85. #   1      (hide icons and .name files)     #
  86. #       Doing ls -a  will show them         #
  87. #-------------------------------------------#
  88.  
  89. _FILTER:
  90. "(.#?|#?.info)"                # the filter pattern
  91.  
  92. #----------------------------------------------------------------------#
  93. #  7 strings  Allows changing of dir and link print styles and color   #
  94. #----------------------------------------------------------------------#
  95.  
  96. _STYLEMISC:      
  97. "\C"             # long directory color and style  (colored)
  98. "\C\s1"          # long dir link  color and style  (bold and colored)
  99. "\s1"            # long file link color and style  (bold only)
  100. "\C"             # quick directory color and style (colored)
  101. "\o\C\s1"        # quick directory link color and style (bold and colored)
  102. "\o\s1"          # quick file link color and style (bold only)
  103. #\o above is in so dir.links wont be both have dir style AND link style
  104. "\s1"            # Envoy/mufs User/Group name style(bold)
  105. ""               # file (non-dir) style  (no color or style)
  106.  
  107. #-------------------------------------------#
  108. #   Styles for matching filenames  [-U]     #
  109. #   Upto 20 pairs of a pattern with a style #
  110. #                                           #
  111. #   Whenever the wildcard matches a file,   #
  112. #     the file will be highlighted.         #
  113. #-------------------------------------------#
  114.  
  115. _STYLEFILENAMES:
  116. "newlist#?"       "\b3\f1"      # highlight newlist*
  117. "phil#?"          "\b3\f1"      # highlight phil* :-)
  118. "#?.lha"          "\b1\f2"
  119. "#?.c"            "\b1\f2"
  120.  
  121. #--------------------------------------------#
  122. #   Styles for Matching Datatypes  [-V]      #
  123. #   Upto 20 pairs of a datatype with a style #
  124. #                                            #
  125. #   Whenever a datatype for a file matches   #
  126. #    one below, it will be highlighted.      #
  127. #--------------------------------------------#
  128.  
  129. _STYLEDATATYPES:
  130. "picture"  "\b1\f2"
  131. "sound"    "\b1\f3"
  132. "anim"     "\b1\f4"
  133. "text"     "\b1\f5"
  134. "*guide*"  "\b1\f6"
  135. # ^notice that datatype wildcards can be given as well !!!
  136.  
  137. #-----------------------------------------------------------#
  138. #        8     Date Format (-d0..7) strings.                #
  139. #-----------------------------------------------------------#
  140.  
  141. _DATES:
  142. "%.3M %2d %5v"     
  143. "%-9A %.5B"
  144. "%-9.9T %02y.%02m.%02d%T %B"
  145. "%-9.9T %02m/%02d/%02y%T %B %I"
  146. "%-9.9T %02y.%02m.%02d%T"
  147. "%-9.9T %02m/%02d/%02y%T"
  148. "%3.3C %3.3M %02d"
  149. "%3.3C %3.3M %02d %5v"
  150.  
  151. #-----------------------------------#
  152. #  upto 10 print formats   -f0..9   #
  153. #-----------------------------------#
  154.  
  155. _FORMATS:
  156. "%U %c %4b  @7s %d %n%L %e"        
  157. "%c %U %o %g %d  %-9B @7v %n%L %e"
  158. "%-10.10e %4b %U %d  %n"
  159. "%-20.20n %6k %6b @8s %p %d %e"
  160. "%20.20n @7.7v %D %B %T %G %I"     # Shows all Datatype info for a file
  161. "%20.20n @7.7v %U %o %g  %e %E %f %F %h %H"  # Shows all networking stuff
  162.  
  163.  
  164. #******************************************#
  165. #      Internal  Strings Section           #
  166. #                                          #
  167. #   This section allows you to change the  #
  168. #   internal strings as well as their      #
  169. #   color etc.  Consult Newlist.doc        #
  170. #   in the 'Internal String Editing'       #
  171. #   section for more information.          #
  172. #******************************************#
  173.  
  174. #-----------------------------------------------------------#
  175. #         10   Regular (non ANSI) strings.                  #
  176. #-----------------------------------------------------------#
  177.  
  178. _REG:
  179. "\nLamer WaReZ of %R\"%s\" on %A %.5B\n"                       # Long Header
  180. "\n%R%s\n"                                                     # Quick Header
  181. "%s - Who knows where?\n"                                      # Bad path
  182. "%s - "                                                        # IoErr() string
  183. "%ld FileZ - %ld DuRz - %ld LiNkZ - %ld BloKs - %ld BitEZ\n"   # Totals
  184. "Uzed %4ld bYteZ  -  Free %4ld bYteZ (%ld %% free)\n"          # Usage
  185. "\ntOtAlZ: %ld FileZ - %ld DuRz - %ld LiNkZ - %ld BloKs - %ld BitEZ\n" # Grand Totals
  186. "\n/* %s */"                                                   # Comment str
  187. "%ld FileZ %ld DuRz %ld BitEZ: Wan'sum MoRe (spc/ret/n/q):"    # Pager
  188. " -> "                 #link separator
  189. "\n%R%s\n"          # Expert mode long header format
  190. "\n%R%s\n"          # Expert mode quick header format
  191.  
  192. #-----------------------------------------------------------#
  193. #         10       ANSI (colored) strings.                  #
  194. #-----------------------------------------------------------#
  195.  
  196. _ANSI:
  197. "\n\CLamer WaReZ of \o%R\"%s\" \Con\o %A %.5B\n"  # See Above
  198. "\n\f2\b1%R%s\o\n"
  199. "\C%s\o - Who knows where?\n"
  200. "\C%s\o - "
  201. "%ld \CFileZ\o - %ld \CDuRz\o - %ld \CLiNkZ\o - %ld \CBloKs\o - %ld \CBitEZ\o\n"
  202. "\CUzed \o%4ld \CBitEZ\o  -  \CFree \o%4ld \CbYteZ (\o%ld%% \Cfree)\o\n"
  203. "\ntOtAlZ: \C%ld\o FileZ - \C%ld\o DuRz - \C%ld\o LiNkZ - \C%ld\o BloKs - \C%ld\o BitEZ\n"
  204. "\n/* %s */"
  205. "\f2\b1%ld \CFileZ\f2 %ld \CDuRz\f2 %ld \CBitEZ: Wan'sum MoRe (spc/ret/n/q):\f1\b0"
  206. " -> "                 #link separator
  207. "\n\C%R%s\o\n"            # Expert mode long header format
  208. "\n\C%R%s\C\o\n"          # Expert mode quick header format
  209.  
  210.  
  211. #-------------------------------------------------#
  212. # (new) <35  Short help (for novices)    nl -?    #
  213. #-------------------------------------------------#
  214.  
  215. _SHORTHELP:
  216. "\n  NUList\o  [FlAgS ie. -rqt -p] <PAAths and WyleDKards>\n"
  217. "       \Cl\o  uZ long  OutPUt                 \Ca\o  Sh0W all FiLeZ\n"
  218. " \Cq qs qt\o  Kwik short DuRz                 \CZ\o  N0 ANSI\n"
  219. "    \Cs ss\o  S0rt by name or FileZize        \Cr\o  ReVErse the s0rt\n"
  220. "   \Csc sr\o  S0rt by N0Te or as-read         \CR\o  EntR SubS w/wild one level\n"
  221. "   \Csd sn\o  S0rt by date or n0 s0rt         \CH\o  Hunt for FileZ 0n disk\n"
  222. "\Cgd gf gl\o  Sh0w ONLY DuRz, FileZ, or LiNkZ \Cp\o  Uz Pager\n"
  223. "       \CK\o  Kill language buffer            \Cz\o  C= style DuRz\n"
  224. "       \CF\o  CusT0m print  FoRmaT \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  225. "                       nl -??  4 Komplete Uzage.\n"
  226.  
  227. #-----------------------------------------------------------#
  228. #      <35     Newlist Usage (nl ?) strings.                #
  229. #-----------------------------------------------------------#
  230.  
  231. _LONGHELP:
  232. "\n  NUList\o  [FlAgS ie. -rqt -p] <PAAths and WyleDKards>\n"
  233. "       \Co\o  SkIp _FLAGS* variables             \Ce\o  AdD _FLAGSCOND: to flags\n"
  234. "       \Cp\o  Uz Pager                           \CZ\o  N0 ANSI\n"
  235. "     \Cb k\o  Sh0w blocks or disk keys           \C@\o  N0 'Today' substitution\n"
  236. "       \Cu\o  Sh0w DEVICE: usage info            \Ch\o  N0 header\n"
  237. "       \Cn\o  Sh0w N0TeZ                         \Ct\o  N0 totAlz\n"
  238. "\Cgd gf gl\o  Sh0w ONLY DuRz, FileZ, or LiNkZ    \C!\o  Force ANSI on\n"
  239. "      \Cgm\o  MicKsd output DuRz & FileZ     \CX\o pat  eXkluD WyledKard\n"
  240. "    \Cs ss\o  S0rt by name or FileZize       \Cd\o0..8  9 date/time FoRmaTs\n"
  241. "   \Csc sr\o  S0rt by N0Te or as-read        \Cf\o0..9  10 FoRmaTs\n"
  242. "   \Csd sn\o  S0rt by date or n0 s0rt            \CS\o  Stat TotAlz only\n"
  243. "       \Cr\o  ReVErse the s0rt                   \Cz\o  C= style DuRz\n"
  244. "       \CR\o  Enter SubS w/wild one level        \CA\o  Include assign add's\n"
  245. "       \CW\o  Enter SubS w/wild ALL levels       \C/\o  Add / to DuRz and > to LiNkZ\n"
  246. "       \CH\o  Hunt for FileZ 0n disk       \Cq qs qt\o  Kwik short DuRz\n"
  247. "       \CJ\o  D0 n0t enter LiNkZ                 \Cv\o  HoriZONTAL s0rt quick style\n"
  248. "      \Cx\o#  Max # DuR-levels to enter         \Cy\o#  Quick option uses # columns\n"
  249. "   \Cc\o pat  NoTeZ WyledKard                    \C=\o  SepAraTR line\n"
  250. "       \CP\o  Uz FULL path FuR names             \CK\o  Kill language buffer\n"
  251. "     \C] [\o  ShO/hId 'a' bit                    \CB\o  Relative path NameZ\n"
  252. "      \CT\o#  TuRbO screen output 0..N           \CG\o  4-ce grand tOtalZ\n"
  253. "       \CI\o  Toggle Xpert mode                  \CU\o  Uz StYLeZ fUr FYleNemEZ\n"
  254. "   \CY\o pat  Datatype WyledKard                 \CV\o  Uz StYLeZ fUr DatatYpEz\n"
  255. " \Cw\o# \Cj\o#  Width & Hite in ChaRs            \CL\o# \CQ\o#  Sh0w Fylez < or > # in BiteZ\n"
  256. "       \Cl\o  uZ long  OutPUt                    \Ca\o  Sh0W all FiLeZ\n"
  257. "     \CN O\o  dd-mmm-yy or #  FileZ made AftUr/B4 date or # days ago\n"
  258. "       \CC\o  CusT0m header FoRmaT \" %@Rs and all date formats \"\n"
  259. "       \CD\o  CusT0m date   FoRmaT \" %@ABCmdyvMDYhHNSItT   \\Cnte' \\f#b#s#o\"\n"
  260. "   \CE M F\o  CusT0m print  FoRmaT \" %@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  261.  
  262. #-----------------------------------------------------------#
  263. #         2              Dir strings.                       #
  264. #                   lengths must be 8 and 4 !               #
  265. #-----------------------------------------------------------#
  266.  
  267. _DIR:
  268. "  (DuR) "
  269. "(dUr)"
  270.  
  271. #-----------------------------------------------------------#
  272. #                    Miscellaneous strings.                 #
  273. #-----------------------------------------------------------#
  274.  
  275. _BREAK:
  276. "** Lamer!\n"
  277.  
  278. _MATCH:
  279. "Sad dog pattern \"%s\"\n"
  280. "Lamer, empty!\n"
  281.  
  282. _COMMENT:
  283. "NoTeZ"
  284. "n"
  285.  
  286. _LOWMEN:
  287. "Outta mem on yer A500!\n"
  288.  
  289. _EXEC:
  290. "Runnin': %s"
  291. "\n BOGUS: '%s' F'ed up (%ld).\n Party On (y/n/=)? "
  292.  
  293. _UNKNOWN:
  294. ":WHATSitSUPPOSEDtaBE:"
  295.  
  296. #-----------------------------------------------------------#
  297. #  12 & 11           Date strings for non %A %B %C          #
  298. #-----------------------------------------------------------#
  299.  
  300. _MONTHS:
  301. "JaNuAry"
  302. "FiZebruary"
  303. "MarCh"
  304. "AprilZ"
  305. "May"
  306. "june"
  307. "JeWlie"
  308. "Dr.August"
  309. "Zeptember"
  310. "0ct0ber"
  311. "NOVEmber"
  312. "YoSanta"
  313.  
  314. _DAYS:
  315. "SUnDaY"
  316. "MUnDaY"
  317. "2'sDaY"
  318. "WenSdAy"
  319. "ThuRsDaY"
  320. "BierTrinken"
  321. "SaTrDay"
  322. "2mAro"
  323. "NowBitch"
  324. "YestRdaY"
  325. "FEWture"
  326.  
  327. ############################
  328. # 11 strings
  329. #
  330. # If _CENTER: is commented out,
  331. #    newlist will auto-center values for _DAYS: above for length 9
  332. #
  333. # If you would like to have _CENTER strings greater than 9, you must uncomment
  334. #   the section below, set the strings by hand, AND use a new date format.
  335. #   The default of length 9 is:   "%-9.9T%3.3M %02d %02y%T %02h:%02N"
  336. #   If you want length 11  use:   "%-11.11T %3.3M %02d %02y %T %02h:%02N"
  337. #   Simply add "%-11.11T %3.3M %02d %02y %T %02h:%02N" to your Default
  338. #     date format in _DEFAULTS:
  339. #
  340. #_CENTER:
  341. #"  Sunday "
  342. #"  Monday "
  343. #" Tuesday "
  344. #"Wednesday"
  345. #" Thursday"
  346. #"  Friday "
  347. #" Saturday"
  348. #" Tomorrow"
  349. #"  Today  "
  350. #"Yesterday"
  351. #"  Future "
  352.