Skip to content

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

License

Notifications You must be signed in to change notification settings

chrisspiegl/alfred-case-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published