Change case alfred workflows feature has been merged to cage1016/alfred-devtoys: A Swiss Army knife for developers for Alfred. 👈️
This is change case tools inspired by change-case - Visual Studio Marketplace and wrapper by ku/go-change-case. Quickly change the case of a string or latest clipboard string and copy it to the clipboard.
Command | Explanation |
---|---|
cc commands | list camel, constant, dot, lower, lcfirst, no, param, pascal, path, sentence, snake, swap, title, upper, ucfirst, hashtag All |
cc camel | Convert to a string with the separators denoted by having the next letter capitalized |
cc constant | Convert to an upper case, underscore separated string |
cc dot | Convert to a lower case, period separated string |
cc lower | Convert to a string in lower case |
cc lcfirst | Convert to a string with the first character lower cased |
cc no | Convert the string without any casing (lower case, space separated) |
cc param | Convert to a lower case, dash separated string |
cc pascal | Convert to a string denoted in the same fashion as camelCase, but with the first letter also capitalized |
cc path | Convert to a lower case, slash separated string |
cc sentence | Convert to a lower case, space separated string |
cc snake | Convert to a lower case, underscore separated string |
cc swap | Convert to a string with every character case reversed |
cc title | Convert to a space separated string with the first character of every word upper cased |
cc upper | Convert to a string in upper case |
cc ucfirst | Convert to a string with the first character upper cased |
cc hashtag | Convert to a string, space separated string with hashtag symbols |
If you find any bug or want to propose a new feature, please open an issue to discuss it.
This repository contains free software released under the MIT Licence. Please check out the LICENSE file for details.