Description
This workflow enables you to change the case of the currently selected text. The workflow currently supports:
- convert to uppercase
- convert to lowercase
- convert to title case
Credits
The script for title case is based on the JavaScript implementation of David Gouch. You can find the original implementation at http://individed.com/code/to-title-case/.
Usage
You can activate the workflow using the following keyboard shortcuts:
- uppercase: Option + Shift + Command + U
- lowercase: Option + Shift + Command + D
- title case: Option + Shift + Command + T
You can also use keywords in Alfred:
- uppercase: case:up
- lowercase: case:down
- title case: case:title