marcosnils / bin

Effortless binary manager
MIT License
648 stars 45 forks source link

Add support to persist package paths #123

Closed marcosnils closed 2 years ago

marcosnils commented 2 years ago

This commit adds support to persisting packages paths in the bin config file so that when performing updates, user is not promoted to select the path again.

Some projects like https://github.com/cli/cli/ add the release version in the archive file which makes this feature useless since it won't bring up any results. For those use-cases, I've added the -p flag which skips this path check during updates.

Signed-off-by: Marcos Lilljedahl marcosnils@gmail.com

sirlatrom commented 2 years ago

LGTM