🖥️ Are you a Mac user looking to create text files with ease? 🍏 Learn how to bypass the lack of a right-click option in Finder! While Windows users have it easy, Mac users can still simplify the process with a handy workaround. By utilizing the built-in Automator app, you can swiftly generate text files in a few simple steps. No need for third-party apps! Here’s a quick guide to get you started: 1. Launch **Automator** (the app with the robot icon). 2. Create a new **Quick Action** by pressing **CMD + N**. 3. Select **Run AppleScript** and configure the settings for **Finder**. 4. Insert the provided AppleScript code. ''' tell application "Finder" set txt to make new file at (the target of the front window) as alias with properties {name:"empty.txt"} select txt end tell ''' 5. Save the script as **Create Text File**. 6. Navigate to **System Settings** > **Keyboard Shortcuts** to assign a shortcut (e.g., CTRL + N). Voila! Now you can swiftly create `empty.txt` files in Finder by pressing your designated shortcut. Mac efficiency at its finest! 🚀 #MacTips #ProductivityHacks #AutomatorTricks
CHING-YUAN PAI’s Post
More Relevant Posts
-
📢 Discover the Effortless App Navigation in Windows 10 and 11! 🔎 In the fast-paced digital world, locating the right app at the right time is crucial for productivity. Thankfully, Windows 10 and 11 offer an exceptional feature that simplifies this process effortlessly. 🔍💻 Our latest guide reveals how you can swiftly find and pin your favourite apps and documents to your desktop, ensuring easy access whenever you need them.✨ 👉 Click below to learn more: https://lnkd.in/gmGZ4rH3 #Windows10 #Windows11 #ITExperts #HereToHelpYou
To view or add a comment, sign in
-
📢 Discover the Effortless App Navigation in Windows 10 and 11! 🔎 In the fast-paced digital world, locating the right app at the right time is crucial for productivity. Thankfully, Windows 10 and 11 offer an exceptional feature that simplifies this process effortlessly. 🔍💻 Our latest guide reveals how you can swiftly find and pin your favourite apps and documents to your desktop, ensuring easy access whenever you need them.✨ 👉 Click below to learn more: https://lnkd.in/gmGZ4rH3 #Windows10 #Windows11 #ITExperts #HereToHelpYou
To view or add a comment, sign in
-
📢 Discover the Effortless App Navigation in Windows 10 and 11! 🔎 In the fast-paced digital world, locating the right app at the right time is crucial for productivity. Thankfully, Windows 10 and 11 offer an exceptional feature that simplifies this process effortlessly. 🔍💻 Our latest guide reveals how you can swiftly find and pin your favourite apps and documents to your desktop, ensuring easy access whenever you need them.✨ 👉 Click below to learn more: https://lnkd.in/gmGZ4rH3 #Windows10 #Windows11 #ITExperts #HereToHelpYou
To view or add a comment, sign in
-
A few weekends ago, I developed a small utility for Mac, designed to support eye health by adhering to the 20/20/20 rule. This guideline suggests taking a moment to look away from your screen every 20 minutes, focusing on something approximately 20 feet away for 20 seconds. The application I created is straightforward, with its primary function being to provide gentle reminders to follow this practice during active computer use. It includes features such as disregarding idle time and offering some customizable settings, all while operating unobtrusively in the background. More than anything it was a quick learning opportunity to dive into building a menu bar utility. It'll also make all my designer friends cringe 😬, but this works as a starting point for future enhancements. However, I've decided to throw it up on the App Store for free and open source it as well. It's written in Swift, with SwiftUI as the UI framework. GitHub repo: https://lnkd.in/gNQfwVJn App Store: https://lnkd.in/gUKw7zG6
GitHub - ryan-peters/eyebreak
github.com
To view or add a comment, sign in
-
Tech Tip – Use The Calculator's Hidden Features ⤵️🧑🏻💻 You may not know that the Windows Calculator app also includes several hidden features such as scientific, programmer, date calculation modes, a currency converter, and more, making it a versatile tool for various tasks. Here’s how to use the hidden features: To Open The Calculator - Press Win + S and type Calculator, then open the app. To Access Different Modes - Click the menu icon (three horizontal lines) in the top left corner. - Select from different modes like Scientific, Programmer, Date Calculation, Currency Converter, Volume Converter, and more. - Use these modes for advanced calculations, converting between number systems, or calculating the difference between dates. #techtip #TuesdayTips #TechTipTuesday #stevenage #hertfordshire #StevenageBusiness #hertslocalbusiness #itsupportservices
To view or add a comment, sign in
-
Tech Tip – Use The Calculator's Hidden Features ⤵️🧑🏻💻 You may not know that the Windows Calculator app also includes several hidden features such as scientific, programmer, date calculation modes, a currency converter, and more, making it a versatile tool for various tasks. Here’s how to use the hidden features: To Open The Calculator - Press Win + S and type Calculator, then open the app. To Access Different Modes - Click the menu icon (three horizontal lines) in the top left corner. - Select from different modes like Scientific, Programmer, Date Calculation, Currency Converter, Volume Converter, and more. - Use these modes for advanced calculations, converting between number systems, or calculating the difference between dates. #techtip #TuesdayTips #TechTipTuesday #stevenage #hertfordshire #StevenageBusiness #hertslocalbusiness #itsupportservices
To view or add a comment, sign in
-
If you use #Windows and have a lot of files that you struggle to find, #Listary is a lifesaver. This tool helps you quickly locate what you’re looking for, even when you don't know exactly where it is. link: https://www.listary.com/
Listary – Free File Search Tool & App Launcher
listary.com
To view or add a comment, sign in
-
🚀 Calling all Mac Admins! 🖥️ Want to turn your scripts into sleek GUI applications with ease? Meet Platypus - the ultimate Mac utility that lets you customize app names, script types, interfaces, and more. From text windows to progress bars, this tool has got you covered. Say goodbye to complex processes and hello to user-friendly app creation! #MacAdmins #Platypus #AppDevelopment 🦆✨ https://lnkd.in/exVXzg_d
To view or add a comment, sign in
-
💻 We created an 11-step EAS tutorial that covers the Build, Update, and Submit workflows. There's something in here for everyone so please jump around to the sections that interest you. Here are a couple examples: • How to configure development builds • How to configure multiple app variants • Managing App versions • Sharing previews https://lnkd.in/gQbggAei
EAS Tutorial: Introduction
docs.expo.dev
To view or add a comment, sign in
-
💻 We created an 11-step EAS tutorial that covers the Build, Update, and Submit workflows. There's something in here for everyone so please jump around to the sections that interest you. Here are a couple examples: • How to configure development builds • How to configure multiple app variants • Managing App versions • Sharing previews https://lnkd.in/gQbggAei
EAS Tutorial: Introduction
docs.expo.dev
To view or add a comment, sign in