danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

Update single plugin #52

Closed hunter-richardson closed 5 years ago

hunter-richardson commented 5 years ago

My fork implements a fairly simple modification to functions/fundle.fish.

Running fundle update $plugin with $plugin one of the names in fundle list --short will pull down only that plugin; running fundle update $plugin with $plugin NOT one of the names in fundle list --short will display an error message and pull down the full list; running fundle update will pull down the full list as normal.

This way, users may specify (or randomize) the order in which plugins are updated, or make sure a plugin does not get updated, i.e. one that is not available online.

danhper commented 5 years ago

Looks good, thanks a lot!

BarbzYHOOL commented 5 years ago

nice!