marcosnils / bin

Effortless binary manager
MIT License
640 stars 44 forks source link

feat: Exclude a package from update #166

Open mbevc1 opened 12 months ago

mbevc1 commented 12 months ago

It would be useful to have an exclude flag when updating in order to skip packages you don't want to update. It's the opposite of updating a single package and perhaps slightly adjacent to issue we have for version pinning #126 :)

e.g. bin update -x /some/path/binary

marcosnils commented 12 months ago

yep, I like it. Additionally we could introduce a similar concept of apt-mark hold which persists this config in case you don't want to specify it each time.

mbevc1 commented 12 months ago

Sounds good :+1:

mbevc1 commented 12 months ago

If I find some time I'll try looking into it and see if there is anything quick we could do here :)