raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.28k stars 2.98k forks source link

[Pins] Allow deactivating Pins (w/o deleting) #13210

Closed dudido closed 2 months ago

dudido commented 3 months ago

Extension

https://www.raycast.com/HelloImSteven/pins

Description

I would like to be able to deactivate a pin, thereby hiding it from select menus (the menubar, the pins menu, or both). Ideally, I want to be able to run check for expirations, and mark all pins referencing dated items (apps uninstalled or folders moved e.g.) as deactivatd

Who will benefit from this feature?

Anyone frequently changing Pins and setups

Anything else?

No response

raycastbot commented 3 months ago

Thank you for opening this issue!

🔔 @SKaplanOfficial @pernielsentikaer you might want to have a look.

💡 Author and Contributors commands The author and contributors of `HelloImSteven/pins` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
SKaplanOfficial commented 3 months ago

The first part of this (a visibility setting) is added in #13358. The second part (running actions upon pin expiration) will be ready soon.

dudido commented 2 months ago

This is great! Thank you @SKaplanOfficial !! Pins is the best app launcher ever!

I guess I should have mentioned that earlier, but would it be possible to have the same visibility settings for groups too, so that the setting is applied to all contained pins?

SKaplanOfficial commented 2 months ago

@dudido Adding that in an upcoming update, just trying not to overwhelm the Raycast team with huge PRs