By John Gruber
WorkOS: APIs to ship SSO, SCIM, FGA, and User Management in minutes. Check out their launch week.
I’ve been using this script for years: you enter a Perl regex pattern, the script will then select all items in the frontmost Finder window whose names match the pattern.
I’ve made a one-character customization to Jalkut’s script. His line 69:
if ($thisLeaf =~ /$pattern/)
I’ve changed this to:
if ($thisLeaf =~ /$pattern/i)
which makes the file name match case insensitive.
★ Monday, 31 May 2010