What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Project Naptha
21–30 of 90 posts
Re: Project Naptha
#22What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Re: Project Naptha
#23What's the catch?
Tomorrow it's replacing us. Duh duh duh...
Re: Project Naptha
#24What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Re: Project Naptha
#25What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Full indexing: https://lesbonscomptes.com/recoll>, https://userbase.kde.org/Akonadi>, https://addons.mozilla.org/firefox/addon/falcon_extension> (If you're not content with a piece, then research substitutes on https://alternativeto.net>.)
Recent: `.local/share/recently-used.xbel`
This does not help with the email part because email programs do not register opened messages in recently used. Work-around: install a DBus or AT-SPI hook and write your own database of recently opened messages.
Happy hacking!
Re: Project Naptha
#26What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Re: Project Naptha
#27What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
I think windows and Mac both do this by default, no? Just disable the web search and your local full text is what you're left with.
Re: Project Naptha
#28What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Re: Project Naptha
#29What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
Re: Project Naptha
#30What I would really like is a little bit like this but not quite the same: full text search over everything I have ever seen on the computer. It would read and index the emails, web pages, word docs, etc as I open them, then later when I think "I know I saw a doc about cache oblivious algorithms", I can search for it without being distracted by 100K documents I haven't seen. Or I can find that email I read, without f…
The pieces exist, you can string them together with a Perl one-liner. You are interested in the set intersection of the following two topics: Full indexing: https://lesbonscomptes.com/recoll >, https://userbase.kde.org/Akonadi >, https://addons.mozilla.org/firefox/addon/falcon_extension > (If you're not content with a piece, then research substitutes on https://alternativeto.net >.) Recent: `.local/share/recently-use…