excalith / excalith-start-page

Terminal-inspired, clean, feature-rich and customizable browser start page for geeks. Has built-in editor for customizing.
https://excalith-start-page.vercel.app
MIT License
554 stars 163 forks source link

Search without Autocompletion #49

Closed NitroSniper closed 8 months ago

NitroSniper commented 8 months ago

Description of the Change

src/utils/command.js:

Refactored the 'normal' search into a function called DefaultSearch and exposed it.

src/components/Search.js:

Possible Drawbacks

Further note:

I am loving the project and am using it as my home page for my workflow. amazing stuff here and keep up the good work!

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
start-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 25, 2023 4:01am
excalith commented 8 months ago

Hey @NitroSniper, thanks for the PR! Everything seems to be in order and working as intended.

The only drawback I could imagine was binding ignoring commands, but as you mentioned it won't be much of a hassle since it works as force search command.

Merging and will deploy soon with another request for window transparency feature.

Cheers!

PS: Thanks so much for your kind words, I am really glad that people enjoy using this project as their daily homepage!