-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add case-conversion functions (#1376) #1383
Add case-conversion functions (#1376) #1383
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! To make it super obvious what the different functions do, let's use the destination case in the description of each function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went ahead and committed the suggested changes to the readme.
FYI, since Merged, thank you for the PR! I'm sure people will wind up using this. Case conversion is common enough, and case conversion in the shell is pretty miserable. |
@casey thank you!! I'd signed off for the day so appreciate the help. I wasn't sure about the Thank you once more and congratulations on maintaining the project, it's organized very nicely, easy to set up and well tested. I'm starring it myself! |
You bet, and thank you for the kind words! Contributions like yours make it fun and motivating to work on in the long term, so thank you! |
As per #1376, adds a thin wrapper to heck's case conversion utilities, along with straightforward tests to each one.
Hopefully it ends up being useful! :)