Synchronize Dirs: Custom file list report (ASCII file)

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
HAF
Junior Member
Junior Member
Posts: 6
Joined: 2008-09-29, 13:42 UTC

Synchronize Dirs: Custom file list report (ASCII file)

Post by *HAF »

It would be nice to save the content of the file/folder list to an ASCII file with the following options:
  • - Output should be a pure ASCII file (like txt, csv, html). The compare operators should be ASCII (->, <-, =, !=) instead of a image
    - Output: Choose whether to export whole list or only marked lines
    - Customized export columns: Choose which colums should be exported (Name, Size, Date)
    - Customized delimiter: Choose delimiter dependent on export file format (semicolon, tab, space, etc.). Some file formats are restricted to only one delimiter such as csv (only semicolon)
Gruß

HAF
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

You know that you simply can mark the lines of your interest and use <Ctrl+C> to create a <Tab> separated clipboard list which can be easily be pasted into Excel or an text editor?

BTW (CSV= origin: "Character Separated Values"):
- First: there is no real standardization for this format.
- Semicolon as separator is only usually in program environments where the decimal separator is a comma (like on German systems).
- On English systems a comma is mostly used instead (which gives the reason for another interpretation for CSV: "Comma Separated Values").

Correct notation would be DSV = "Delimeter Separated Values"
And <Tab> is explicitly one of the most supported language independent separators.

Regards
Holger
Make our planet great again
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

HolgerK wrote:You know that you simply can mark the lines of your interest and use <Ctrl+C> to create a <Tab> separated clipboard list which can be easily be pasted into Excel or an text editor?
Have been using TC for over a decade but didn't know about this. No wonder, because there's no documentation about it, and it's very well hidden. It would be much better if there was an entry in the context menu, so users can find this feature more easily.

EDIT: Typo

Regards
Dalai
Last edited by Dalai on 2017-08-22, 12:42 UTC, edited 1 time in total.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

FullTCHistory wrote:09.02.07 Release Total Commander 7.0 private beta 3.6
...
02.02.07 Added: Ctrl+C in Synchronize dirs copies TAB-delimited list of selected file names and file details to clipboard
Okay, this is more than a decade ago ;-)
and now no longer included in the current History.txt file.

Regards
Holger
Make our planet great again
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Well, history.txt is good when it comes to little details that only some users are interested in, e.g. during beta test or to check in detail what's changed. But it's hardly a suitable documentation consulted by many people.

Sure, it's not easy to work it into the help file, but I imagine a section "Little hidden features" or "Things that don't fit anywhere else" (or something like that) where features like this one could be listed and described in one or two sentences. After all, there are a lot of these little things that only a fraction of TC users know about.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
HAF
Junior Member
Junior Member
Posts: 6
Joined: 2008-09-29, 13:42 UTC

Post by *HAF »

Thanks for the hint.

I didn't realize that there was such a simple solution. For my needs that would be OK.
Post Reply