Skip to content

Commit

Permalink
nit: spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kashyab12 authored May 26, 2024
1 parent a359791 commit 83fb60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

## 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?
Expand Down

0 comments on commit 83fb60a

Please sign in to comment.