Search found 16 matches

by Keagel
09 Mar 2022 16:57
Forum: Tips & Tricks, Questions & Answers
Topic: Using the thumbnail of the subfolder as the thumbnail of the current folder
Replies: 8
Views: 1611

Re: Using the thumbnail of the subfolder as the thumbnail of the current folder

Thanks for everyone's input! Sorry, I forgot about this topic. I'd rather use desktop.ini files instead of symlinks so the current solution works perfectly well for me. Still, I notice that the script you posted (highend) also uses full paths. Is it because relative paths don't work to generate thum...
by Keagel
03 Mar 2022 18:39
Forum: Tips & Tricks, Questions & Answers
Topic: Using the thumbnail of the subfolder as the thumbnail of the current folder
Replies: 8
Views: 1611

Re: Using the thumbnail of the subfolder as the thumbnail of the current folder

Thank you, it is the link at the end of the thread that ended up working for me. I had to modify it a little to actually create the desktop.ini file for images in sub-subfolders: foreach($folder, <get SelectedItemsPathNames <crlf>>, <crlf>, "e") { $image = quicksearch("*.jpg /limit=1&...
by Keagel
03 Mar 2022 17:24
Forum: Tips & Tricks, Questions & Answers
Topic: Using the thumbnail of the subfolder as the thumbnail of the current folder
Replies: 8
Views: 1611

Using the thumbnail of the subfolder as the thumbnail of the current folder

Hello, Here is my use case: Folder1 --- Subfolder 1 ------ Sub-subfolder --------- Picture1.jpg --- Subfolder 2 ------ Sub-subfolder --------- Picture1.jpg --- Subfolder 3 ------ Sub-subfolder --------- Picture1.jpg Sub-subfolders (in blue) have thumbnails while subfolders (in red) don't have any th...
by Keagel
09 May 2021 00:01
Forum: Tips & Tricks, Questions & Answers
Topic: Nested Paper Folders
Replies: 6
Views: 1292

Re: Nested Paper Folders

Oh you're right, I simply forgot to rename my paper folders to .pf.txt, thanks for the help!
by Keagel
08 May 2021 10:59
Forum: Tips & Tricks, Questions & Answers
Topic: Nested Paper Folders
Replies: 6
Views: 1292

Re: Nested Paper Folders

Thanks for the bit of code!
Unless I misunderstood something, that just adds the text files to a new paper folder, doesn't it?
by Keagel
06 May 2021 23:59
Forum: Tips & Tricks, Questions & Answers
Topic: Nested Paper Folders
Replies: 6
Views: 1292

Re: Nested Paper Folders

Yeah I discovered that too, unfortunately that's not enough for what I'm trying to do. I'd like to be able to open a paper folder and have it show any paper folder inside as if they were subfolders, the final goal being the ability to create group-like functionality based on paper folders (ie. group...
by Keagel
06 May 2021 23:32
Forum: Tips & Tricks, Questions & Answers
Topic: Nested Paper Folders
Replies: 6
Views: 1292

Nested Paper Folders

Hey,

Is there any way to have paper folders inside paper folders? It doesn't seem like it's currently possible but maybe I'm missing something.

Thanks!
by Keagel
16 Jul 2020 15:50
Forum: Script Exchange
Topic: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24
Replies: 169
Views: 76091

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

It's fine, I already fixed it. Your Everything version is apparently newer than mine (I'm not using the beta) and your es version is older. I don't actually use diacritics either, it's just that by default it uses them if you don't disable them in the configuration (this is with the latest version f...
by Keagel
16 Jul 2020 14:30
Forum: Script Exchange
Topic: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24
Replies: 169
Views: 76091

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Do you have the latest version of Everything? Because I dug into the script and the syntax used doesn't work with my current version of Everything. Example: diacritics:(query) no longer works, but diacritics:"query" works. The word "AND" is used to separate the query from the pat...
by Keagel
16 Jul 2020 13:53
Forum: Script Exchange
Topic: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24
Replies: 169
Views: 76091

Re: [β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Is this script still working for anyone? No matter what I do, the results are always empty for me.
by Keagel
31 May 2020 15:21
Forum: Wishes
Topic: "Item WSL path" in "To Clipboard" context menu
Replies: 3
Views: 857

Re: "Item WSL path" in "To Clipboard" context menu

I definitely can, and I will. This is a suggestion for something that would be integrated directly within the submenu "To Clipboard". If we had a way to customize these submenus ourselves I would gladly do it, unfortunately this isn't a thing. And honestly, I don't see how it is any more b...
by Keagel
31 May 2020 10:47
Forum: Wishes
Topic: "Item WSL path" in "To Clipboard" context menu
Replies: 3
Views: 857

"Item WSL path" in "To Clipboard" context menu

Seems like something that could be easily implemented, and seeing as every file can be accessed through WSL it could be nice. Other than adding /mnt/x it would also use the correct path separator for Linux ( / ).

Thanks!
by Keagel
16 May 2020 16:51
Forum: Tips & Tricks, Questions & Answers
Topic: Replacing explorer.exe by a symbolic link pointing to XYplorer.exe
Replies: 3
Views: 1931

Re: Replacing explorer.exe by a symbolic link pointing to XYplorer.exe

You can already do this through XYplorer settings: I already ticked that, and it works for some programs. Others call the explorer.exe file directly which means it just ignores the default file manager option. I tried the symlink and it was wonky, it didn't really work and it seemed like it was sta...
by Keagel
02 May 2020 17:34
Forum: Tips & Tricks, Questions & Answers
Topic: Replacing explorer.exe by a symbolic link pointing to XYplorer.exe
Replies: 3
Views: 1931

Replacing explorer.exe by a symbolic link pointing to XYplorer.exe

How bad of an idea would that be? That would force every program that directly calls explorer.exe to open in XYplorer instead.
by Keagel
30 Apr 2020 15:21
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53786

Re: [AHK] redirecting win explorer windows to XY

This is exactly what I was looking for, thank you! May I suggest adding the possibility to set the Windows Explorer window off-screen and letting Windows save its position so that it doesn't appear at all when opened? Hi Keagel, Thanks for the feedback! I am glad that you find it useful. :D Regardi...