Script Request: Remissive Index Builder - Report Tool
Posted: 06 Sep 2010 21:36
Can someone please help me on this? (Is it possible?)
-checks clipboard against active pane (I may or may not want to compare active pane against other pane or previously built list from anywhere else); then reports each existing extension plus sum of sizes for each ext (when file sizes are available); then, builds a list of unique files:
then splits such list in groups: one group for all occurrences of semi-duplicated (similar named)
and another group reporting all occurrences of words, numbering each set:
and so on.
Ideally It should be able to split CamelCased words, too.
ThroughoutHistory.txt would appear in both "Throughout" and "History" sets.
Thanks in advance!
-checks clipboard against active pane (I may or may not want to compare active pane against other pane or previously built list from anywhere else); then reports each existing extension plus sum of sizes for each ext (when file sizes are available); then, builds a list of unique files:
Code: Select all
Index.txt
History v*.txt -----------History v3.txt were duplicated on original list.
-----------History v4.txt were duplicated on original list.
Jockey *.* -----------Jockey.bat were duplicated on original list.
-----------Jockey Index.txt were duplicated on original list.
Throughout History.txtCode: Select all
files:
2 occurrences of:
History v3.txt
History v4.txtCode: Select all
...
Set nr. 30 - all 3 files containing "History":
History v3.txt
History v4.txt
Throughout History.txt
Set nr. 31 - all 2 files containing "Index":
Index.txt
Jockey Index.txt
...Ideally It should be able to split CamelCased words, too.
ThroughoutHistory.txt would appear in both "Throughout" and "History" sets.
Thanks in advance!