raycast / extensions

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

[Phosphor Icons] Use the same search behavior as the Phosphor Website for aliases #12606

Closed OfficialCRUGG closed 5 months ago

OfficialCRUGG commented 5 months ago

Extension

https://www.raycast.com/marinsokol/phosphor-icons

Description

The Website of Phosphor Icons seems to use tons of aliases, which makes searching their (often confusingly named) icons a lot easier, which is one of the main reasons people install this extension. For example on their website, I can find arrow-clockwise under the query "refresh", which isn't the case in this.

Also: See my correction below

Who will benefit from this feature?

Everyone using this extension regularly

Anything else?

Since all of phosphor is open-source, the list should be findable somewhere. Either in their website or elsewhere. Didn't have any luck in finding it so far though.

raycastbot commented 5 months ago

Thank you for opening this issue!

🔔 @marinsokol you might want to have a look.

💡 Author and Contributors commands The author and contributors of `marinsokol/phosphor-icons` 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.
OfficialCRUGG commented 5 months ago

Correction: It seems the extension already respects these, but not perfectly. The actual alias for example icon I mentioned is refreshing. Searching that in Raycast finds the icon. It seems the website uses a fuzzy search here, which would be great for the extension too.

marinsokol commented 5 months ago

@raycastbot assign me