jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.7k stars 263 forks source link

fisher list should have a little description of the plugins #698

Closed txtyash closed 2 years ago

txtyash commented 2 years ago

I really don't remember what a plugin does just by looking at it's name so a little description with fisher list would be really nice.

Make it a different color tho.

Thanks btw. I love fisher. I'm a fisher myself ; )

jorgebucaran commented 2 years ago

Plugin publishers don't have a way to include metadata with plugins. It used to be possible, but not anymore.

txtyash commented 2 years ago

Well, would be nice if they're able to add a limited characters metadata. Would be very convenient you know.

jorgebucaran commented 2 years ago

That would probably work via a meta file a-la package.json. We had something only remotely similar in the now defunct fishfile. We moved away from that to keep everything simple.

jorgebucaran commented 2 years ago

I don't want to add this functionality to Fisher at this time. Implementing this is an invitation for complications.