Titleize

An Alfred Workflow


Short Description

Change Case of a Current Selection

Last Updated

29 Jan 2016

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes No No No
 

Version

1.0.1
 

Bundle ID

com.bartjacobs.titleize
 

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