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

Depluralise tools in the success case #119

Closed chshersh closed 1 year ago

chshersh commented 1 year ago

It's a very common case when only a single tool is synced/installed:

But the success message always uses the plural form tools.

I propose to use tool instead of tools when only 1 tool is installed:

https://github.com/chshersh/tool-sync/blob/dd7a006da995285eb925965472d67f87107d8c19/src/sync.rs#L84