Topic: Column for File-Content
Just brain storming.
How about adding an column with the first 50 Bytes (= 25/50 chars) of the file content.
So we could:
1. see what file typ it is, even if we del/modify the extensions (well, mostly and mostly for advantage users)
2. the User could sort by file content (if he use the first line in those text files for e.g. an comment)
3. maybe you would like to add an parameter like %FC for to rename the file name with the first words of an text file?
e.g.
report.txt ----First line: Report generated: 2007-02-08
report1.txt ----First line: Report generated: 2007-02-09
report2.txt ----First line: Report generated: 2007-02-12
report3.txt ----First line: Report generated: 2007-02-13
Rename: %b(1,6)-%FC(19,10).%e
Result:
report-2007-02-08.txt
report-2007-02-09.txt
report-2007-02-12.txt
report-2007-02-13.txt
.