spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.54k stars 58 forks source link

Program indexing #248

Open redraskal opened 1 year ago

redraskal commented 1 year ago

May not be as relevant on all systems, but the Windows 11 start menu is pretty awful. For example, I randomly need to click on the search bar 3 times to allow me to type. I would love to be able to launch Start Menu shortcuts (%APPDATA%\Microsoft\Windows\Start Menu\Programs) from Spyglass. Would be nice to have the program icon. Is this in scope? Maybe it fits under the local file indexer?

a5huynh commented 1 year ago

I think that's a pretty reasonable request! We'll need to check to see how to do this platform independently.

travolin commented 1 year ago

The system now has an initial implementation of this. If you add the Start Menu\Programs to your list of local files to search, spyglass will properly process shortcuts and when an executable is selected will launch the application. This is obviously not proper program indexing, but should be usable until we add real program indexing.

Bondrake commented 1 year ago

Yeah, seems like this is already taking design inspiration from things like Alfred and Wox (or Quicksilver and Launchy, if you're old enough). Would be nice to roll in some of the functionality from those.