alfred-change-case icon indicating copy to clipboard operation
alfred-change-case copied to clipboard

An Alfred workflow to change the case of text on the clipboard.

Results 10 alfred-change-case issues
Sort by recently updated
recently updated
newest added

In Title Case, the following are capitalized, but should be lowercase: - with - is - are Reference: https://en.wikipedia.org/wiki/Title_case#cite_note-chicago-3

This implements the alternating case requested in #7. This is lacking an icon and the workflow file needs to be rebuild. I don't know how to do either of these...

Source text: Hello I am a test Output from camel case: HelloIAmATest Correct output should be helloIAmATest First letter is not capitalized in camel case

Would be nice to have a sentence case option. Often I am using the extension for quickly correcting text that has been typed in all caps.

For instance - changing PREVIOUS to sentence case produces PrevIOUs. and FROM never gets transformed... always remains FROM. Both these examples are for TitleCase and CamelCase.

Pull request regarding this [issue](https://github.com/gillibrand/alfred-change-case/issues/4). Changes - Main script converted to work with Python 3 - Workflow updated to use Python 3 interpreter - Readme updated to list Python 3...

Sometimes you want to use the ironic spongebob meme text format, but don't want to keep tapping the shift key. Would love to see alternating case as an option in...

This would apply to all case changes except lowercase and uppercase. Since the overwhelming use case for camelcase / kebabcase / snakecase also requires stripping out special characters, I think...

Hi, thank you for a great workflow! However, i found a bug, it seems that letter Ł (used in Polish) is somehow ignored and not changed to lowercase ł letter,...

Delete please, just saw the update regarding breaking changes