7 Powerful macOS Features You’re Probably Not Using | Tech Fluent

It pays to know simple strategies to make use of a couple of of your Mac’s strongest choices, even once they seem intimidating and sophisticated at first look. It will aid you set up and restore points, automate repetitive duties, and tempo up extended workflows.
Terminal
Textual content-based enter using a command quick gained’t ever actually really feel as simple to utilize as your Mac’s graphical shopper interface (GUI), nevertheless that doesn’t indicate it’s greatest to avoid it completely. It is advisable to use the Terminal app (current in Functions > Utilities) to do practically each half in your Mac, from main file operations to blacklisting websites or altering system preferences for which there isn’t any toggle.
We’ve got put collectively a list of 16 Terminal directions every Mac shopper must know, along with the entire fundamentals like navigating the file system, using flags (which modify the habits of directions), and working directions as root (or superuser). ). There are moreover strategies chances are you’ll perform using Terminal, like together with whitespace to the dock or hiding info.
One different important tip which will make your time with Terminal easier is the flexibleness to tug and drop folders and knowledge immediately into the window. This completes the path to the folder, which eliminates the chance of a typo-related error when executing a command. That’s notably useful when whitelisting apps which have been quarantined.
automator
Automator is a strong seen instrument for automating repetitive duties and creating shortcuts you must use repeatedly. One amongst Automator’s most useful choices is the flexibleness in order so as to add automations to your Mac’s right-click “Quick Actions” context menu.
These are context-aware, so whenever you create an automation that solely applies to image info, it could solely appear when you’ve chosen an image file. We use this extensively to batch resize footage to preset sizes, capable of submit on How-To Geek. You may even create Automations so as to add info to a trip spot of your choice, arrange an app file to the Functions folder, or arrange font info to your font library.
Check out our info to getting started with Automator, which you’ll uncover inside the Functions > Utilities folder in your Mac.
shortcuts
The Shortcuts app is a bit like Automator in that it could be used to run extremely efficient workflows and automations that are constructed using a drag-and-drop interface. Shortcuts aren’t as extremely efficient as Automator with regards to raw utility, nevertheless the app is a bit easier to work with and the outcomes could also be merely shared with completely different clients.
We’ve got a list of eight helpful Mac shortcuts chances are you’ll arrange with only some clicks, plus 5 further designed for office productiveness. You’ll have the ability to create your private using the Shortcuts app in your Functions folder using native macOS and acceptable third-party apps. These could also be activated out of your Mac’s menu bar or by using Siri.
Shortcuts are synced by way of iCloud and can also be used on iPhone and iPad (which is the place the app was initially launched).
train tracker
Train Monitor is the Mac equal of House home windows Exercise Supervisor, exhibiting you exactly what’s working in your Mac at any given time. Understanding this instrument will aid you set up and take away unresponsive apps and detect apps that devour primarily essentially the most vitality and completely different sources.
A number of the processes you see listed beneath are system corporations like kernel_task, cloudd, and mdworker, which don’t primarily must be tampered with. There are some strategies to determine non-system processes that could be safely closed. You may even use Train Monitor to look at if you happen to’re working a neighborhood Apple Silicon software program or a legacy Intel software program by way of Rosetta 2.
One amongst our favorite Train Monitor recommendations is to take care of the app in your dock and use it to indicate CPU, memory, or neighborhood utilization.
RELATED: Tips about find out how to Monitor CPU Utilization on Your Mac’s Dock
Script Editor (AppleScript)
AppleScript has been spherical since 1993, and now it’s getting a bit prolonged. You could be forgiven for not bothering with this one as a result of the creation of newer devices like Automator and Shortcuts, nevertheless there are nonetheless some situations the place it’s useful. In spite of everything, you’ll have to be taught AppleScript first (it’s a language, after all).
You’ll be able to do that by using Apple’s developer documentation or a further user-friendly helpful useful resource like this Mac OS X Automation info or Macworld’s AppleScript tutorial. It is advisable to use AppleScript to automate duties similar to Automator, then launch scripts as functions or using the menu bar.
We these days used a script to begin out DOSBox and request a custom-made configuration file, which then supplies that configuration’s flag to the executable to quickly prepare and start a House home windows 98 environment.
disk utility
Disk Utility is a good software whenever you use exterior drives or have storage related factors. It is advisable to use this instrument to format drives and partitions using the “Erase” carry out, create new volumes on supported file strategies, along with view all additional disk footage and volumes that are presently hooked as much as your Mac.
There are moreover further extremely efficient choices, much like the flexibleness to create an encrypted disk image from an current folder or amount (in File > New Image), prepare a RAID array (in File > RAID Wizard), or restore volumes from backup footage you want. I’ve already created. You may even use the “First Assist” operation on any linked drive to look at (and restore) errors.
Often speaking, you needn’t concern about Disk Utility until you encounter disk points or should perform operations much like partitioning. You have to be cautious when deleting or creating new partitions to just remember to don’t lose useful data that’s not backed up.
Stand out
Spotlight is your Mac’s built-in search engine that could be quickly activated with Command+Spacebar. Spotlight can obtain this lots that you simply simply’d be forgiven for missing out on quite a few the additional extremely efficient choices. You’re perhaps using Spotlight to hunt for info and folders, nevertheless are you aware you’ll get increased outcomes whenever you use pure language to slender down the sector?
Launch any Mac app or pane of System Preferences (System Configuration) by merely typing its title in Spotlight. You’ll be able to do quick sums correct there inside the search topic or convert fashions, along with distance, temperature, and foreign exchange. You’ll have the ability to even get the local weather forecast by typing “local weather in
As quickly as you’ve received found one factor, you must use keyboard shortcuts like Command+Enter to open the holiday spot in Finder, Command+i to open the Get Information window for an entry, and Command+C to repeat the consequence on to your clipboard.
Most of these strategies moreover work with Spotlight for iPhone and iPad. Mastering Spotlight can dramatically tempo up the time it takes to do frequently points like launch apps and open folders.
Bonus: Third-Get collectively App Homebrew
Homebrew isn’t included with macOS, so it’s technically it isn’t a “macOS attribute”, nevertheless when you’ve used it just some events, it could actually really feel like an important instrument. Homebrew lets you arrange software program program in your Mac using the type of bundle deal supervisor usually found on Linux.
Arrange it by working the following command in Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/arrange/HEAD/arrange.sh)"
You’ll have the ability to then search for packages using the brew cask search <query>
and arrange any you uncover using brew cask arrange <title>
. Homebrew could even maintain this software program program up to date with the brew cask change command.
Study further about Homebrew for Mac and straightforward strategies to make use of it, then attempt the whole itemizing of directions.