Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

cage1016/alfred-change-case

Repository files navigation

Change case alfred workflows

Release GitHub release (latest by date)

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.

Select Change Case options

1

Change Case by specific option directly

3

2

Installation

Usage

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

Contribute

If you find any bug or want to propose a new feature, please open an issue to discuss it.

License

This repository contains free software released under the MIT Licence. Please check out the LICENSE file for details.