A simple Alfred workflow to change the case of the clipboard text.
Just download the Alfred workflow from Github, and double click the file to install in Alfred. Requires internet access and the Alfred Powerpack.
Type case
in the Alfred window, and choose the case you want to use. The original clipboard text will be overwritten with the same text in the new case, and the text will be automatically pasted into the frontmost app. If you don't want this behavior, you can turn it off in the last node in the workflow canvas.
-
titlecase
is used for... switching to title case. Rather than just capitalizing all words, it conforms to standard English title case usage for articles, etc. -
lodash
is used for all other cases. -
zeit/now
is used to host the code for switching cases.
MIT © Luke Wilson