/unisearch

A unified search for all your tools. Query GitHub issues, Google docs, and more from a single location. Runnable locally; functional website to come. Work in progress!

Primary LanguageSvelteApache License 2.0Apache-2.0

[Work In Progress] Unisearch

This project is still in early stages!

Knowledge at many companies and orgs are fractured across products like Google Docs, Asana, GitHub, Slack, etc. To find a particular piece of information, you first have to remember where it lives before you can actually search for it.

Unisearch (Unified Search) is a tool that rectifies this by allowing you to search across different tools from a single place.

Features (aspirational)

  • Support for Asana, Slack, JIRA, Dropbox
  • Regex search
  • Filtering by data source
  • Drilldown into search results

Trying it out

This project is still in its early stages and so far only searches across Google Docs and GitHub Issues.

If you'd like to try it out, clone this repo, fetch a GitHub Personal Access Token and a Google Drive Access Token and add it to github.ts and gdrive.ts respectively.

Run yarn run and go to localhost:3000.

Screenshots

To come