add selected zim, sql, txt to the index

Have a suggestion for "Everything"? Please post it here.
Post Reply
zimSQLtxt
Posts: 1
Joined: Mon Apr 18, 2016 2:54 pm

add selected zim, sql, txt to the index

Post by zimSQLtxt »

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.
therube
Posts: 4979
Joined: Thu Sep 03, 2009 6:48 pm

Re: add selected zim, sql, txt to the index

Post by therube »

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).

Code: Select all

Filename,Size,Date Modified,Date Created,Attributes
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?
Post Reply