Convert Text to Filename Using Automator on macOS

Overview The procedure described in this report will guide you through creating a Quick Action using Automator on macOS. This Quick Action can be used to convert text into a more filename-friendly format. The conversion process removes special characters, transforms the text to lowercase, and replaces spaces with hyphens. Procedure Open Automator Press Cmd + Space to open Spotlight, type “Automator,” and hit Enter. Create a new Service In the Automator app, select “Quick Action” (previously called “Service”) and click “Choose....

April 6, 2023 · 2 min · Juhyun Lee

A Beginner's Guide to Homebrew: The Package Manager for macOS

Overview Homebrew is a free, open-source package manager that simplifies the installation and management of software on macOS. With Homebrew, you can easily install, update, and remove software packages that are not available in the macOS App Store. It is widely adopted by developers and power users for its simplicity and ease of use. Installation Instructions Before installing Homebrew, ensure that you have the following prerequisites: A macOS device with the latest version of Xcode Command Line Tools installed A stable internet connection To install Homebrew, open Terminal on your Mac and run the following command:...

March 13, 2023 · 3 min · Juhyun Lee