AppleScript to Generate Strong Passwords
I'd totally forgotten I wrote this AppleScript until I needed to create a strong password this morning. If you're a Mac user and need to generate unique strong passwords, give this script a try.
Tag
I'd totally forgotten I wrote this AppleScript until I needed to create a strong password this morning. If you're a Mac user and need to generate unique strong passwords, give this script a try.
This is a handy AppleScript. I don’t like to soft wrap my text in BBEdit by default, but always seem to end up wrapping it anyway.
A while ago, I created an AppleScript that allows you to compress files and folders by simply dropping them onto the applet.
I had the need to select several folders at once in the Mac OS Finder and zip them up as individual archives.
An AppleScript for quickly creating named files in the Finder without the hassle of opening a text editor and manually saving each one.
Here’s an AppleScript I use to quickly toggle desktop visibility for taking screenshots and recording screencasts that I thought might be useful for others. Copy the source and paste the code into…