Page 1 of 1

Report "Tree Structure Only"

Posted: 20 May 2016 15:00
by admin
I'm tempted to change the output of this report, radically. :ninja:

New name: "Tree Structure"
Output: folder and files with basic data.

OLD:

Code: Select all

E:\Test\Photos
··· Daidō Moriyama
··· Danny Lyon
··· Eikoh Hosoe
NEW:

Code: Select all

E:\Test\Photos
... Daidō Moriyama;<DIR>;13.05.2016 12:18:53
    ... 8-copie11.jpg;207742;16.02.2016 21:19:35
    ... 50cf22fedd2fa.jpg;165303;16.02.2016 21:46:36
    ... 1800.jpg;51854;16.02.2016 21:18:36
    ... daido_boys_pop.jpg;113050;16.02.2016 21:23:31
    ... Thumbs.db;86016;19.02.2016 18:07:48
    ... wildboar.jpg;142725;16.02.2016 21:50:13
... Danny Lyon;<DIR>;13.05.2016 12:19:39
    ... Danny-001.jpg;317311;31.01.2016 21:32:01
    ... Danny-002.jpg;306184;31.01.2016 21:31:06
    ... Danny-003.jpg;407524;31.01.2016 21:31:24
    ... Danny-004.jpg;315589;31.01.2016 21:31:51
... Eikoh Hosoe;<DIR>;13.05.2016 12:18:13
    ... 008_eikoh-hosoe_theredlist.jpg;351827;16.02.2016 21:29:26
    ... 105704.jpg;140037;16.02.2016 21:29:05
    ... eikoh-hosoe-1.jpg;59066;16.02.2016 21:27:05
    ... man-and-woman-12-1959.jpg;55636;16.02.2016 21:27:27
    ... ordeal_by_roses_32_1961.jpg;40877;16.02.2016 21:27:35
Any comments?

Re: Report "Tree Structure Only"

Posted: 20 May 2016 15:06
by highend
Any speed difference?

Re: Report "Tree Structure Only"

Posted: 20 May 2016 15:20
by admin
Just worked two hours on the speed of tree-shaped reports. Now even the version with files is faster than the old version without files. Much faster.

Re: Report "Tree Structure Only"

Posted: 20 May 2016 15:29
by highend
Sounds good to me. The "..." in front of each name are just simple dots, right?

Re: Report "Tree Structure Only"

Posted: 20 May 2016 15:33
by admin
highend wrote:Sounds good to me. The "..." in front of each name are just simple dots, right?
Yep, today I changed that from "mid dots".

Re: Report "Tree Structure Only"

Posted: 20 May 2016 17:12
by admin
OK, next beta will have it experimentaly. Not happy yet with the look of it. Kind of hard to read... Let me know what you think...

Re: Report "Tree Structure Only"

Posted: 20 May 2016 17:19
by Marco
Maybe you can use these characters to draw a tree connecting the subfolders to the topmost directory? https://en.wikipedia.org/wiki/Box_Drawing

Re: Report "Tree Structure Only"

Posted: 20 May 2016 17:30
by admin
Marco wrote:Maybe you can use these characters to draw a tree connecting the subfolders to the topmost directory? https://en.wikipedia.org/wiki/Box_Drawing
I already checked that but decided to better stay in the low ASCII region. The universal compatibility is best below 128.

EDIT: OK, that was nonsense since the reported filenames can have any Unicode character in the world...

Re: Report "Tree Structure Only"

Posted: 08 Nov 2024 23:57
by rd7770
So, did the "Tree Structure Only" option get removed entirely?
Is the expectation that we get a command prompt and run "tree" command instead?

Re: Report "Tree Structure Only"

Posted: 09 Nov 2024 09:57
by admin
Qué?

Removed from where?

Re: Report "Tree Structure Only"

Posted: 09 Nov 2024 17:30
by rd7770
1 XYplorer left side tree view.png
1 XYplorer left side tree view.png
1 XYplorer left side tree view.png (12.59 KiB) Viewed 1369 times
2 tree command starts off like this.png
2 tree command starts off like this.png
2 tree command starts off like this.png (17.54 KiB) Viewed 1369 times
3 Tree structure, only.png
3 Tree structure, only.png
3 Tree structure, only.png (12.37 KiB) Viewed 1369 times
4 Tree structure, to popup, has first level only.png
4 Tree structure, to popup, has first level only.png
4 Tree structure, to popup, has first level only.png (13.44 KiB) Viewed 1369 times
5 Tree structure, Include subfolders checked.png
5 Tree structure, Include subfolders checked.png
5 Tree structure, Include subfolders checked.png (12.24 KiB) Viewed 1369 times
6 Tree structure, Include subfolders, to popup, has files included, not just the folders.png
6 Tree structure, Include subfolders, to popup, has files included, not just the folders.png
6 Tree structure, Include subfolders, to popup, has files included, not just the folders.png (31.79 KiB) Viewed 1369 times

How do get XYplorer to show a report of just the folder structure, without any files?
I'm on v26.50.0100.

Re: Report "Tree Structure Only"

Posted: 09 Nov 2024 18:55
by admin

Code: Select all

text folderreport("tree", r, , r);
But I now see what you mean and agree. The next beta will go back to show only folders with "Info Panel | Report | Tree structure".

Re: Report "Tree Structure Only"

Posted: 11 Nov 2024 22:21
by rd7770
Seen in v26.60.0204 - 2024-11-09 19:51 and onward.

Thanks.