gillibrand / alfred-change-case

An Alfred workflow to change the case of text on the clipboard.
114 stars 12 forks source link

feature: remove all special chars by default (in every case but lowercase/uppercase/title case) #6

Open silesky opened 4 years ago

silesky commented 4 years ago

This would apply to all case changes except lowercase and uppercase.

Since the overwhelming use case for camelcase / kebabcase / snakecase also requires stripping out special characters, I think this should do it by default.

current behavior Foobar: foo bar! baz? -> foobar:-foo-bar!-baz? desired behavior Foobar: foo bar! baz? -> foobar-foo-bar-baz