gillibrand / alfred-change-case

An Alfred workflow to change the case of text on the clipboard.
114 stars 12 forks source link

Added CamelCase, kebab-case, and snake_case operations (and more) #3

Closed blizzrdof77 closed 6 years ago

blizzrdof77 commented 6 years ago
blizzrdof77 commented 6 years ago

@gillibrand - You still an active developer?

gillibrand commented 6 years ago

Sorry for ignoring you. I generally prefer Launchbar, so haven’t used Alfred or this extension in a long time.

I would have just pulled in your changes, but I really prefer the old icons that match the transformation you’re calling. If you can provide icons in the same style I’ll take another look at your changes.

blizzrdof77 commented 6 years ago

@gillibrand - Updated the icons (as well as the icons.acorn file) and screenshot to match original style.

gillibrand commented 6 years ago

Thanks, I pulled this with a few tweaks. Notably, I removed the default hotkey since it immediately conflicted with something else I had (using "hyper key" convention of all modifiers http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/). I figure you can add that yourself if you use it--picking global hotkeys is always tricky.

blizzrdof77 commented 6 years ago

Ah. My bad. I think I made a few modifications over the years that I've been using this workflow that I had forgotten about when I actually decided to contribute to the repo 🙈. Thanks for the merge though!