1.0.2 • Published 7 years ago

alfred-change-case v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

alfred-change-case

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

Install

$ npm install --global alfred-change-case

Requires Node.js 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.

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.

  • alfred-link is used to install via npm.

  • run-node is used to find & run user's version of node.

License

MIT © Luke Wilson