Filenames that display as three columns

Hi amerifax,

I made a quick version of RegexColumnsReloaded for your files.


Download the Script
AmerifaxColumns.js.txt (10.9 KB)

Ever since seeing wowbagger's original column script I've been a convert to regex columns. This one that I made has some advanced features, but your column definitions are really simple:

[quote]'N1' : {
pattern: /^\d+/,
},

'N2' : {
pattern: /^\d+ (\d+)/,
group: 1
},

'N3' : {
pattern: /^\d+ \d+ (\d+)/,
group: 1
},
[/quote]

This is fun for me so let me know if you need some help tweaking (adding columns etc.)
:smiley:

Installation

  1. Enter the Preferences menu
  2. Open the Scripts page in Prefs.
  3. Drag and drop AmerifaxColumns.js.txt on that page. Apply, OK.
  4. In a lister, right-click a column heading and select Script / AmerifaxColumns / Amerifax_N1.
  5. Repeat for Amerifax_N2 and Amerifax_N3.

Ignore the other column names, they are sample columns. You can delete them from the script if they bother you.