Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derbingle/alfred-change-case
An Alfred workflow to quickly change the clipboard text to a different case.
https://github.com/derbingle/alfred-change-case
alfred alfred-3 alfred-workflow automation kebab-case macos productivity title-case
Last synced: 20 days ago
JSON representation
An Alfred workflow to quickly change the clipboard text to a different case.
- Host: GitHub
- URL: https://github.com/derbingle/alfred-change-case
- Owner: derBingle
- Created: 2017-08-01T23:02:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T21:38:24.000Z (about 7 years ago)
- Last Synced: 2024-10-29T12:59:34.307Z (21 days ago)
- Topics: alfred, alfred-3, alfred-workflow, automation, kebab-case, macos, productivity, title-case
- Homepage:
- Size: 2.46 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-change-case
> A simple Alfred workflow to change the case of the clipboard text.## Install
Just [download the Alfred workflow](https://github.com/derBingle/alfred-change-case/blob/master/alfred-change-case.alfredworkflow?raw=true) from Github, and double click the file to install in Alfred.
*Requires internet access and the Alfred [Powerpack](https://www.alfredapp.com/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`](https://www.npmjs.com/package/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`](lodash.com) is used for all other cases.
- [`zeit/now`](https://zeit.co/blog/micro-8) is used to host the code for switching cases.
## License
MIT © [Luke Wilson](http://derbingle.blog)