So, I’m incredibly new to AppleScript and scripting in general. However, I’m stuck needing a solution fast, and would appreciate any tips on what (I think) should be an easy script.
I’d like to create an easy way (either standalone application or folder action script) that does finds and replaces various text elements inside a plain-text file.
For example, within one file there are various tags that need to be replaced (i.e. “” needs to be replaced by “style:bold” etc…)
There about six unique finds and replacements that need to happen in each file, and obviously a dozen or so files at a sitting.
I’ve found some example code, but I’m not certain how to automate the process. Any help is greatly appreciated.
Thanks,
Tyson