Hey,
is possible to add the content of selected zim(e.g kiwix database), sql(e.g. Ditto DB, browser history), or just content of simple txt/xml/html files to the index of Everything?
Would be a nice feature to search in all "offline" libaries with one tool at once.
add selected zim, sql, txt to the index
Re: add selected zim, sql, txt to the index
I suppose you could do that assuming you can massage the data into a format acceptable to Everything (as an .efu - which is a .csv).
BrowsingHistoryView can get your Chrome history into a csv. Run that through a batch file "massaging" the data such that its layout is something acceptable to Everything.
Save the cleaned up data to a .efu, load that in Everything, & see if it gives you something meaningful.
But then BrowsingHistroyView itself can already manipulate browser history files, so just what are we trying to accomplish?
Code: Select all
Filename,Size,Date Modified,Date Created,Attributes
Save the cleaned up data to a .efu, load that in Everything, & see if it gives you something meaningful.
But then BrowsingHistroyView itself can already manipulate browser history files, so just what are we trying to accomplish?