Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.18 KB

alfred-change-case

A simple Alfred workflow to change the case of the clipboard text.

Install

Just download the Alfred workflow from Github, and double click the file to install in Alfred. Requires internet access and the Alfred Powerpack.

Usage

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.

Credits

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

License

MIT © Luke Wilson