Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.96k stars 69 forks source link

Title count #73

Open AlexHodson opened 8 months ago

AlexHodson commented 8 months ago

Not sure if this is possible, but when typing the title for the commit, a count of how many characters are left before hitting the max length would be helpful.

Everduin94 commented 8 months ago

I think this depends on the upstream library. - https://github.com/natemoo-re/clack

I don't have the time to look into this at the moment. But, if it's possible and could be done via a hint or subtext on the prompt, I think it's a good idea and I'd be happy to add it.

Thanks for the input Alex!

AlexHodson commented 8 months ago

I'll take a look into it a see what I can come up with