llm icon indicating copy to clipboard operation
llm copied to clipboard

plugin discoverability is bad

Open taygetea opened this issue 1 year ago • 2 comments

while there's the docs page, beyond that it's really the wild west out here - today I searched github for "llm install -e '.[test]'". Lots of other unrelated projects come up if you search pypi and github in most sensible-seeming ways (ie "llm-"). examples of things i wish i knew about earlier include llm-cmds which is an active fork the author hasnt published elsewhere for whatever reason, and llm-jupyter. They dont all make PRs here either. half of Simon's repos are data scraping, surely this is doable.

taygetea avatar Sep 30 '24 17:09 taygetea

I guess this would also solve all the plugins that are languishing in the PRs here. I think what I'd really like is a command line search. I miss pip search. Something like llm install list. llm install wants to be a lightweight package manager in the spirit of omz plugin in my view.

taygetea avatar Sep 30 '24 17:09 taygetea

Came here to create a similar issue. First time using the CLI script, I was frustrated that I could not run something like llm plugins list or llm install list.

The plugin directory website is very straightforward but I wished the tool made them more discoverable.

cabe56 avatar Apr 24 '25 05:04 cabe56