I've been trawling the web trying to find examples of Unix Bash script that can handle basic text styling (bold/underline/italics), but can't find anything? Is such a thing possible to do?
For example:
- Embolden/Underline/Italicize all lines ending in ":"?
- (Turn off) Embolden/Underline/Italicize all lines ending in ":"?
I want to set it up as a Service via Automator; so using /bin/bash
and actioning on "selected text" (in a rich-text-compatible file, of course).