nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Sort list of packages by update status #20

Closed coder543 closed 7 years ago

coder543 commented 7 years ago

This should improve the readability of cargo-update by displaying the most interesting information first. I use this tool at least once a week, and I always have to scan the Needs update column and then try to match the ones that say yes to the crate names very quickly before they scroll off the screen.

On another note, while this crate is very useful, it is extremely hard to find by googling.

nabijaczleweli commented 7 years ago

While I agree with the general spirit of the changes, the implementation is, frankly, horrible, so I've implemented this myself. Thanks for your suggestion.

coder543 commented 7 years ago

thanks :) I just did something that worked. Your implementation does look cleaner.