Change the abbreviated name, 'OCR' already has established meaning #675
Replies: 3 comments 1 reply
|
Thanks for the suggestion! You raise a fair point — "OCR" does have a well-established meaning in the broader tech space. That said, renaming the CLI at this stage would be a breaking change for existing users. And with very short names, collisions are hard to avoid no matter what we pick — If you already have another alias codereview="ocr"
# or
alias cr="ocr"This way you get a collision-free name that fits your own workflow without disrupting others. Hope that helps! |
|
Right, thanks! This is just a feedback note. Maybe at some point in the future it would become more relevant, so I'll just leave it here to sit. I checked what are the possible conflicts and actually cr is a standard abbreviation for:
You already have a pretty installer, shouldn't be too hard to add aliasing step with a good default value. Thanks for sharing this amazing repo! All the best! |
|
To be honest, I'm fine with using the full name as the CLI command. So There's no need to keep it short. |
Uh oh!
There was an error while loading. Please reload this page.
How about a rename of the CLI tool. You all know what OCR means. I know there are repeating abbreviations in the space, but
crseems up for grabs with less likeliness of colliding functional tool names.All reactions