Subfolders Peek

Features wanted...
Post Reply
landbioz
Posts: 2
Joined: 16 Oct 2014 16:27

Subfolders Peek

Post by landbioz »

Hi!
Could you make some kind of peeking tool, to see the subfolders and files inside the folders without having to open them?

Thank you!!!

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Subfolders Peek

Post by yusef88 »

yes, something like what in qttabbar

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Subfolders Peek

Post by Filehero »

The breadcrumbs already provide a sort of subfolder preview.


Cheers,
Filehero

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Subfolders Peek

Post by bdeshi »

http://www.xyplorer.com/xyfc/viewtopic. ... up#p109226 you can try the linked scriptlet. select a folder and trigger the script. I've got it setup as a PFA.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

landbioz
Posts: 2
Joined: 16 Oct 2014 16:27

Re: Subfolders Peek

Post by landbioz »

yusef88 wrote:yes, something like what in qttabbar
Exactly, just like QTTabBar!

I think that breadcrumbs and scripts may be a little messy sometimes.

Cheers...

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Subfolders Peek

Post by highend »

A suggestion in autohotkey:
XYPeekFolders.zip
(409.53 KiB) Downloaded 83 times
To invoke it you should have a folder focused and selected and then press "q" (for _q_uick view).
It won't do anything if a file (or nothing) is selected.

After pressing q it displays a menu with all folders and files of that folder.

"Esc" or moving the mouse away from the context menu + mouse click" dismisses the menu
Clicking on an entry will let XY navigate to that file / into the folder.

Main disadvantage: Icons...
AHK isn't by itself able to display the normal system icons (how windows assigned them) inside this menu so atm I'm only displaying a folder icon and icons for these filetypes: exe|ico|cur|ani|cpl|scr|icl

Icons for pictures could be displayed as well but this could slow down the time to display the menu so I left these ones out.

Submenus for folders inside this menu are not displayed...

It's just a quick preview of what's inside the current selected folder...
One of my scripts helped you out? Please donate via Paypal

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Subfolders Peek

Post by yusef88 »


yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: Subfolders Peek

Post by yusef88 »

thanks highend>> a small problem
Attachments
2014-10-16_205904.png
2014-10-16_205904.png (7.5 KiB) Viewed 2050 times

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Subfolders Peek

Post by highend »

Why, even it is was written in AHK, it's closed source (and probably obfuscated to protect it...)?
thanks highend>> a small problem
Yeah, even .exe files don't always have an icon and I've seen that as well for .dll files...

This version will only show folder icons to avoid any error messages like that:
XYPeekFolders.zip
(409.47 KiB) Downloaded 95 times
One of my scripts helped you out? Please donate via Paypal

Stef123

Re: Subfolders Peek

Post by Stef123 »

I second landbioz' wish for a peeking feature.
Preferably it would not need any additional key presses. You'd toggle it ON or OFF similar to the sticky-icon for sticky selections. In its ON state you'd get to see the content in the other pane, in list view or whatever view you've set up in the other pane.
Multi-selections of folders would only show the last selected/ focused folder, of course.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Subfolders Peek

Post by highend »

A better attempt (using only XY scripting instead of AHK): http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=12675
One of my scripts helped you out? Please donate via Paypal

Post Reply