AppleScript to Generate Strong Passwords
Tuesday, January 7, 2025
I’d totally forgotten about this resource until I needed to create a strong password this morning.
Tuesday, January 7, 2025
I’d totally forgotten about this resource until I needed to create a strong password this morning.
Friday, April 14, 2023
A while ago, I created an AppleScript that allows you to compress files and folders by simply dropping them onto the applet. One of the readers left a comment asking for a way to achieve the following tasks:
- Select a folder from Finder.
- Store the folder name as “x”.
- Compress all files and sub-folders within the folder “x”, including their paths.
- Rename the resulting zip file as “x.zip”.
- Delete all the files that were used to create the zip file.
With the help of ChatGPT – and because I wanted to be lazy about it – I was able to come up with a solution to this challenge, which can be a great way to manage archives if that’s important to you.
Saturday, August 2, 2014
I had the need to select several folders at once in the Mac OS Finder and zip them up as individual archives. This AppleScript to compress files and folders was the solution I came up with.
Wednesday, July 23, 2014
I was asked to find a solution for our field reps that would simplify the process of adding a completed task to their activities when they visited one of our retail stores. We keep our retail locations in Salesforce.com as contacts under a master account, which is shared with all users using a special account sharing rule. The solution I came up with was a simple flow that limited users to a specific set of enterable information, pre-filling the date of the activity, and marking the task complete when the activity was committed.Friday, October 19, 2012
I’ve been working on a force.com app with the requirement that a user must enter a valid email address on a Visualforce page before being able to save a record. But they must also be able to insert the related contact’s email address by clicking a button instead of having to leave the edit page to go find it. That seemed simple enough, but it wasn’t. This is my solution for making a field appear required on a Visualforce page.Friday, August 12, 2011
Today I had the need to add a bunch of named text files to a folder in the Finder on my Mac.
Saturday, October 16, 2010
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.