Please, add support for the content indexing and preview panel for *.url files.
They are just a text files in the ini format.
Processing URL files
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Processing URL files
Those are Windows settings; not specific to Everything.
But ... you can add preview and content searching yourself for these .url files.
It requires some registry tweaking. Will post instructions tonight or tomorrow when I have access to my notes (have done this myself for a couple of file extensions)
But ... you can add preview and content searching yourself for these .url files.
It requires some registry tweaking. Will post instructions tonight or tomorrow when I have access to my notes (have done this myself for a couple of file extensions)
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
-
Dmitry D.
- Posts: 5
- Joined: Sat Oct 14, 2017 8:26 am
Re: Processing URL files
Thank you very much... but with url files it didn't help.
And first of all, I am interested in searching url by content.
Third party applications for example store additional information:
[InternetShortcut]
URL=http://www.steves-digicams.com/digsoftware.html
[MyIE2]
VisitTimes=13
My Windows search settings are right — .url filter checked as «search by title and content».
Folder favorites is included in the Search.
May be add direct support for url files by Everything?
And first of all, I am interested in searching url by content.
Third party applications for example store additional information:
[InternetShortcut]
URL=http://www.steves-digicams.com/digsoftware.html
[MyIE2]
VisitTimes=13
My Windows search settings are right — .url filter checked as «search by title and content».
Folder favorites is included in the Search.
May be add direct support for url files by Everything?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Processing URL files
.URLs are just ansi text files. Please try the ansicontent: search function, for example:
*.url ansicontent:steves-digicams.com
Note: File content is not indexed, searching will be slow.
*.url ansicontent:steves-digicams.com
Note: File content is not indexed, searching will be slow.
-
Dmitry D.
- Posts: 5
- Joined: Sat Oct 14, 2017 8:26 am
Re: Processing URL files
Thank you, now works!