String Multitool workflow

String Multitool
for Alfred

String Multitool is a utility workflow for Alfred app.

Sometimes you need to quickly transform your variable in the code, clean up text from special chars or format the string in a certain way. Problem is that different editors and IDEs provide limited functionality for such common tasks. String Multitool fills that gap, so that you have one universal shortcut and a Swiss knife for string transformations.

Start with string keyword, provide an argument and select needed transformation from list.

Chain transformations

You can chain transformations by providing transformation commands after /:

Some string THat we need as variable Name! /lc

/lc command lowercases the string and then camelcases it yielding the result:

someStringThatWeNeedAsVariableName

String multitool example

See also