alfred-case-change
v0.0.1
Published
Alfred workflow to change case on selected text, filenames, and more
Downloads
6
Maintainers
Readme
alfred-case-change
Alfred workflow to change case on selected text, filenames, and more
Change the case of selected text, filenames, and your current clipboard item.
Install
npm install --global alfred-case-change
Requires Node.js 14+ and the Alfred Powerpack.
Usage
Careful: processing filenames is not reversible!
- You can use this workflow as a Universal Action on selected text, invoke the keyword by typing
case
in your Alfred search or in the Alfred File Browser by typingCase change
. - The workflow automatically detects if it's processing files or standard text.
- When processing files it will ask if you want to change the extension, the filename, or both.
- When processing files the default action is to copy the new filenames but you can also hold down Command so that the files are actually renamed (note: this is not reversible so be careful).
- When processing standard text via the keyword or Universal Action the default action is to copy to clipboard but holding down Command will paste the case changed text to the front most app.
- You can filter the case selection by entereing
!title
,!upp
, etc. after the text or filenames in Alfred Search.
Related
- More Alfred Workflows - My Alfred Workflow Directory
- alfy - Create Alfred workflows with ease
- Case Converter - Inspiration for this workflow comes from the work done by dfay