This script converts words into dash case for easy use in URLs and other contexts.
Download the Alfred workflow and click import.
dc {query}
For example:
dc hello world
Will convert the input text into dash case. This script is written in PHP and is a quick way to convert words to lowercase and dash case. It's useful for tasks like preparing text for URLs.
Distributed under the MIT license © wajeht. See LICENSE for more information.