chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

Specify which version of the tool was actually downloaded #49

Closed chshersh closed 1 year ago

chshersh commented 1 year ago

This could be a helpful improvement in the output. I imagine the output to be of the form:

✅  rg  (v13.0.0) Completed!
✅  exa (v0.10.1) Completed!

To do this:

This may require to add more formatting options:

https://github.com/chshersh/tool-sync/blob/cb339b09238964e8dc2d1a72389b6624c5bb7599/src/sync/progress.rs#L4-L7