Dime-a-Dozen
Download the release build on https://github.com/atacan/Dime-a-Dozen/releases
Tools
Html to Swift Converter
Using https://github.com/atacan/html-swift
Extract all the Regex Matches from a Text
The online regex editors highlight the matches but you can't extract them into a list.
The following example is useful to extract old class names from an HTML code to generate CSS framework enum.
Text Case Converter
Convert a list of string from Snake case to Camel case, for example. It is useful for generating enums, static variables etc.
The screenshot shows converting Bootstrap CSS classes into camel case to be usable for an CSS framework enum.
Search Inside Files
Find files that contain a search term in file content, not just the file name, using grep