I love voidtools everything,
It made my work 10x faster then before
and I use it everyday over 200 times maybe
So, Is it possible to develop plugin to search other db query and result ??
for example: I want to integrate/search my ERP customer table with keyword , and quickly get the customer basic info/data
Is there possible develop plugin to search other db query and result ??
Re: Is there possible develop plugin to search other db query and result ??
Long story short: No, that is not possible.
Re: Is there possible develop plugin to search other db query and result ??
File lists might work?
Please make sure efu files are associated with Everything from Tools -> Options -> General -> EFU File association
For example, my.efu
Open this file list in Everything to view and search these two https links
This could be extended to your own URL Protocol and your own text in the URL.
For example:
-or-
Indexing plugins are on my TODO list. (Everything 1.6)
How do I register a custom URL protocol in Windows?
Please make sure efu files are associated with Everything from Tools -> Options -> General -> EFU File association
For example, my.efu
Code: Select all
https://www.voidtools.com
https://www.voidtools.com/forum/viewtopic.php?f=10&t=10131
This could be extended to your own URL Protocol and your own text in the URL.
For example:
Code: Select all
myprotocol://My Customer 1/keyword 1
myprotocol://My Customer 1/keyword 2
myprotocol://My Customer 2/keyword 1
myprotocol://My Customer 2/keyword 2
Code: Select all
myprotocol://keyword 1/My Customer 1
myprotocol://keyword 2/My Customer 1
myprotocol://keyword 1/My Customer 2
myprotocol://keyword 2/My Customer 2
How do I register a custom URL protocol in Windows?
Re: Is there possible develop plugin to search other db query and result ??
That a special thinking , maybe work
I'll try your thinking , thank you...
so if use this trick , maybe I need to export the data I want to search from these database fields..
I'll try your thinking , thank you...
so if use this trick , maybe I need to export the data I want to search from these database fields..
Re: Is there possible develop plugin to search other db query and result ??
I tried to use EFU function, but everytime I set the EFU file ... and save to .EFU file...
While I opend the EDU editor next time, It's always missing the setting...
thus I can't search with EFU file...
What wrong with me ??
While I opend the EDU editor next time, It's always missing the setting...
thus I can't search with EFU file...
What wrong with me ??
Re: Is there possible develop plugin to search other db query and result ??
What setting is missing?While I opend the EDU editor next time, It's always missing the setting...
Is the index of your EFU filelist stale?
Everything 1.4 has poor EFU change detection.
Please try forcing a rebuild from Tools -> Options -> Indexes -> Force Rebuild.
Is the index of your EFU filelist now up-to-date?
EFU change detection has been improved in Everything 1.5 alpha.
Is Everything forgetting the Tools -> Options -> General -> EFU file association setting?
Is Windows not remembering your custom protocol?