-
-
Notifications
You must be signed in to change notification settings - Fork 356
[ux-icons] allow multi-set search from the CLI #2722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think What about only |
or
|
I’m sorry how would the last one differ from the current behaviour ? |
More generally, not that I am against, but what would be the use case ? On the website, you chose by looking at the icons, here how would you decide to use one of the various icons ? |
This is the command to search icons in the set |
But (again, asking to understand here) what will you do with a list of icons as result?
What would you do with this information ? (knowning that for this specific example, there would be multiple pages of result in the CLI) |
Actually, it would more be like tabler:brand-github I have my preferred sets: tabler, then mdi, then bi, then whatever's available. In the case of github, I think on tabler it's brand-github, and on bi it's something else, so often I'm just trying to remember the exact icon name. I love the aliases feature in ux_icons, so what I'd then do is assign github to tabler:brand-github and just use that. The command line is actually less clicking. I recently had to look up a bunch of sports icons, and sometimes it's faster on the CLI to find them. |
Since I can search from the UI for an icon without specifying a set, I'd like to do the same from the CLI.
That is
bin/console ux:icons:search * map
Would do the search across all icon sets.
In a future version, the icon set could be the second argument or an option.
The text was updated successfully, but these errors were encountered: