ParthJadhav / Verve

Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡
GNU Affero General Public License v3.0
658 stars 25 forks source link

Implement algorithm to search in Preferences #8

Open ParthJadhav opened 1 year ago

ParthJadhav commented 1 year ago

This would mean the Verve would be able to search & open specific MacOS preferences options.

Ty3uK commented 1 year ago

We can open some parts of System Settings by calling open x-apple.systempreferences:{SOME_SECTION}

List of this urls can be found here

Main question is how we can get icons? 🙈

Ty3uK commented 1 year ago

Also, I found this

ParthJadhav commented 1 year ago

Hey @Ty3uK , I'm in kinda hurry so i can't go through it. I'll go through it once i'm back from my exam.

Main question is how we can get icons? 🙈

But for this, We would be using System-Preferences icon which we already have stored...

ParthJadhav commented 1 year ago

I think we should use Monterey list because it's supported on Ventura as well... Or should we add different OS Specific lists?

https://github.com/bvanpeski/SystemPreferences/blob/main/macos_preferencepanes-Monterey.md