Skip to content

An Alfred workflow to change the case of text on the clipboard.

Notifications You must be signed in to change notification settings

dishantpandya777/alfred-change-case

 
 

Repository files navigation

Change Case — Workflow for Alfred

Changes the case of text selected, provided, or on the clipboard to UPPERCASE, lowercase, Title Case, CamelCase, kebab-case, or snake_case.

Download the workflow.

Screenshot

Usage

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.

Version History

9/9/2018

  • Added CamelCase, kebab-case, and snake_case options
  • Added additional keywords "tt" and "transform"

4/19/2013

  • 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.)

4/6/2013

  • Title case will now leave common acronyms as uppercase (HTML, XML, etc.).

Credits

  • Workflow by Jay Gillibrand.
  • titlecase module by Stuart Colville.
  • CamelCase, kebab-case, and snake_case additions added by Ben Wagner

About

An Alfred workflow to change the case of text on the clipboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%