Need "cm_CopyFileDetailsToClip" separators

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
AbteriX
Junior Member
Junior Member
Posts: 36
Joined: 2006-03-12, 20:10 UTC
Location: Old Europe

Need "cm_CopyFileDetailsToClip" separators

Post by *AbteriX »

Code: Select all

13.09.05  Added: New internal command cm_SaveDetailsToFile -
13.09.05  Added: New internal command cm_CopyFileDetailsToClip - 
13.09.05  Added: cm_CopyFpFileDetailsToClip -
13.09.05  Added: cm_CopyNetFileDetailsToClip - 
This addition is very handy, thanks.

So i can get e.g. this:

Code: Select all

NoClose.ini	06.11.2006				E:\TotalCToGo\	132
NoClose.pif	06.11.2006	Version 1.2	Flint Incorporation	NoClose	E:\TotalCToGo\	24.576
scheme.ini	11.11.2006				E:\TotalCToGo\	1.522
SFXHEAD.SFX	01.11.2006				E:\TotalCToGo\	36.864
SHARE_NT.EXE	01.11.2006				E:\TotalCToGo\	2.106
ShellDetails.ini	03.11.2006				E:\TotalCToGo\	3.333
TCMADMIN.EXE	01.11.2006	1, 0, 0, 1	C. Ghisler & Co.	C. Ghisler & Co. Totalcmd-Admin	E:\TotalCToGo\	63.176
TCUNINST.EXE	01.11.2006				E:\TotalCToGo\	29.696
TCUNINST.WUL	01.11.2006				E:\TotalCToGo\	1.176
TCUNZLIB.DLL	01.11.2006				E:\TotalCToGo\	102.400
TOTALCMD.EXE	01.11.2006	7.01	C. Ghisler & Co.	Total Commander	E:\TotalCToGo\	1.039.568



But now I am on the search for an INI parameter like

DetailsColumnDelimiter=;

DetailsColumnDelimiter=, (like export to CSV file)
DetailsColumnDelimiter=::
DetailsColumnDelimiter=</TD><TD>
DetailsColumnDelimiter=)(
DetailsColumnDelimiter=][

to align this outputted columns without the need of an extra plugin.

Is this possible?
Last edited by AbteriX on 2006-11-12, 10:48 UTC, edited 1 time in total.
Abterix
User avatar
AbteriX
Junior Member
Junior Member
Posts: 36
Joined: 2006-03-12, 20:10 UTC
Location: Old Europe

Post by *AbteriX »

Oh, the output is surely TAB-delimitered :oops:

Maybe my suggestion could be handled as an improvement request anyway?


Explanations:

DetailsColumnDelimiter=::
I use Notepad++ in TC and i am able there to search and align by e.g. ::



DetailsColumnDelimiter=</TD><TD>
I would search in the output.txt later for RegEx ^
and replace with <TR><TD>

And then search for RegEx $
and replace with </TD></TR>
Abterix
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

It's Tab-delimited and there should be no tabs in the fields, so it should be possible to import the list easily in other programs.
Author of Total Commander
https://www.ghisler.com
User avatar
AbteriX
Junior Member
Junior Member
Posts: 36
Joined: 2006-03-12, 20:10 UTC
Location: Old Europe

Post by *AbteriX »

Thanks for the answer.
I was able to do this in NP++ (Find: \t ,Replace: </TD> <TD>)



Another suggestion:
wouldn't it be nice to have the Column names also in the output?

like
Name Erw. Erstellt Produktversion ...
NoClose.ini 06.11.2006 E:\TotalCToGo\ 132
Abterix
Post Reply