1.0.2 • Published 8 years ago
alfred-change-case v1.0.2
alfred-change-case
A simple Alfred workflow to change the case of the clipboard text.
Install
$ npm install --global alfred-change-caseRequires 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
titlecaseis used for... switching to title case. Rather than just capitalizing all words, it conforms to standard English title case usage for articles, etc.lodashis used for all other cases.alfred-linkis used to install via npm.run-nodeis used to find & run user's version of node.
License
MIT © Luke Wilson