From 83fb60a241139d2b9268d69c03e6f2eddace1dd4 Mon Sep 17 00:00:00 2001 From: Kashyab Ambarani Date: Sun, 26 May 2024 13:55:05 -0700 Subject: [PATCH] nit: spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4643404..41b767e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

## Why -Spotlight search is one of my favorite features in MacOS. As such, I couldn't find a great alternative in linux and accordingly I decided to build 'seek'. Currently, it supports app search and execution. The keybind to display seek is "ctrl+enter", and the deb+rpm builds can be found [here](https://github.com/kashyab12/seek/releases/tag/v0.1). To contribute or set the project up locally, please follow [this guide](https://github.com/kashyab12/seek/blob/main/CONTRIBUTING.md). +Spotlight search is one of my favorite features in MacOS. As such, I couldn't find a great alternative in linux and accordingly I decided to build 'seek'. Currently, it supports app search and execution. The keybind to display seek is "ctrl+enter", and the deb+rpm builds can be found [here](https://github.com/kashyab12/seek/releases/tag/v0.1). To contribute or set the project up locally please follow [this guide](https://github.com/kashyab12/seek/blob/main/CONTRIBUTING.md). ## Todos * startup is noticeably slow, the installed packages portion. Make it faster using worker threads? Also does it need recomputing on every startup? Save the struct info and when running reference it and use the info if it already exists. If it's a new app then compute and add it to the file/db? Revalidation needs to occur at some point though?