Changes the case of text selected, provided, or on the clipboard to UPPERCASE, lowercase, Title Case, CamelCase, kebab-case, or snake_case.
Change the case of text on the keyboard with the keyword case
. All six styles are previewed as Alfred results. Select one to copy it to the clipboard and paste into in the current application.
Optionally, any text typed after case
will be changed instead of the clipboard.
- Added CamelCase, kebab-case, and snake_case options
- Added additional keywords "tt" and "transform"
- Always sorts the case styles in the same order now: lowercase, uppercase, then title case. (Removed the
uid
from results returned to Alfred as supported in Alfred 2.0.3.)
- Title case will now leave common acronyms as uppercase (HTML, XML, etc.).
- Workflow by Jay Gillibrand.
titlecase
module by Stuart Colville.CamelCase
,kebab-case
, andsnake_case
additions added by Ben Wagner