- Another Safari 14 Services workaround
- Another workaround to Safari 14’s Services bug is to copy the results to the clipboard.
- AppleScript, variables, and dropped filenames in Automator
- Automator is a simple workflow system for Mac OS X. By its nature it is very procedural: one task follows another; workflows don’t loop and they don’t store variables for later. However, this is possible in Automator and while it adds complexities it can also solve problems such as wanting to save dropped filenames for later use.
- Automator problems with custom Python
- At least some Automator actions use Python. If you’ve updated Python on your system, these actions might not be able to import core functionality from OS X.
- Combining multiple PDF files into a single file
- Automator allows you to combine multiple PDF files into a single file.
- Renumber selected lines of text
- This very short script renumbers lines of text and normalizes on a single tab/space combination in front of each number.