sindresorhus / Plash

💦 Make any website your Mac desktop wallpaper
https://sindresorhus.com/plash
MIT License
3.52k stars 130 forks source link

Deeplink to display a list of configured website #88

Open yihou opened 3 years ago

yihou commented 3 years ago

Is your feature request related to a problem? Please describe. It's an UX issue when using Plash with Alfred-plash, currently there's commands like next, prev and random to go to the website. There's no option to select from a pre-configured website list and go directly to the website.

Describe the solution you'd like When key in Plash in Alfred, user can go to List and select from pre-configured websites and display them on pressing enter

sindresorhus commented 3 years ago

The problem is that Alfred doesn't really support x-callback-url. Alfred can execute the URLs Plash exposes, but there's no way for Plash to give the info back to Alfred again. I'm hoping this will be solved later this year with the introduction of Shortcuts for Mac, since then Alfred could just execute a shortcut that Plash has that would return a list of websites. So in short; I intend to solve this, but it will be macOS 12 only and it will take some time.

yihou commented 3 years ago

ahh I see, will wait for it. 😃