alfred-case-change

Alfred workflow to change case on selected text, filenames, and more

Usage no npm install needed!

<script type="module">
  import alfredCaseChange from 'https://cdn.skypack.dev/alfred-case-change';
</script>

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 typing Case 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