10 macOS Tips to Boost Your Productivity

When it comes to working on your Mac, there are so many handy time-saving tricks hidden away in macOS that there's a good chance you're missing at least one or two. Here are 10 quick tips, any of which could be key to turbo-charging your productivity.


This article assumes you're using a Mac running macOS Ventura, but most of these tips also work in earlier versions of Apple's Mac operating system.

1. Copy and Paste Text Excluding Formatting

When you select some text on a Mac, pressing Command-C copies it to the clipboard, and pressing Command-V pastes it along with any formatting.

no formatting
If you'd rather paste the copied text elsewhere as purely plain text, use the key combination Command-Option-Shift-V and it will be stripped of any formatting.

2. View All Calendar Events as a List

Some calendar apps allow you to view all your upcoming events as a vertical list. Many users find this sort of viewing mode beats staring at the regular calendar interface, since it provides a quick at-a-glance summary of their entire schedule over the coming days and months.

calendar
On the face of it, Apple's Calendar app for macOS lacks an equivalent feature. However, there is one way to force a list view that includes all your events. Click the Search field in the upper right corner of the Calendar window and type two double quotes ("") to generate a list of all upcoming events. This makes it easier to copy multiple events and paste them into other apps in chronological order.

3. Perform a Quick Website Search in Safari

There are several ways to search the web in Apple's Safari browser. One of the lesser-known methods is called Quick Website Search. The option is designed to work with sites that have a built-in search field, like the one you can find at the top of the main page at MacRumors.com. Here's how it works.

Let's say you want to look up articles on MacRumors that mention "headset". Instead of typing "macrumors headset" into Safari's address bar to get results from your default search engine, you could navigate to MacRumors.com and use the search field provided at the top of the page.

search
If Quick Website Search is enabled, Safari will remember that you've used the MacRumors search field and offer to use it again in future searches that include the website's name. For example, if you type "macrumors" followed by "deals" directly into Safari's address bar, a Search macrumors.com for "deals" option will pop up in the suggestions box, as shown above. Selecting it returns instant results from MacRumors' own on-site search function.

search
To make sure the Quick Website Search is enabled, select Safari -> Settings... from the menu bar, choose the Search tab, and make sure the checkbox is ticked next to Enable Quick Website Search. If you click the Manage Websites... button next to the checkbox, you can also view Safari's list of website search shortcuts, remove individual websites, or clear the list completely.

4. Pause a Copying File to Resume Later

When you copy a large file or folder to another location in Finder using the Copy and Paste options, a pie chart progress indicator next to the copying item's name gives you an idea of how long the copy will take to complete. If it looks like it's going to take longer than you'd like, you can always pause the copy and resume it later. Here's how it works.

copy
If you stop a copy midway through using the X button, a ghosted version of the file or folder will remain in the destination location. Just click it and you'll be given the option to Finish Copying it, or you can Keep the Resumable Copy and finish the transfer at another time that's more convenient.

5. Quickly Convert Images in Finder

There are many third-party apps available for Mac that will convert images for you, but if you're running macOS Monterey or later, you can convert an image or a selection of images from directly within Finder using a Quick Action.

convert image
If you're not familiar with them, Quick Actions help you perform certain tasks, such as creating a PDF or rotating an image, right from the Finder or your desktop, without opening an app. The "Convert Image" Quick Action can quickly convert an image file from one format to another. It also lets you batch convert selections, change the file size, and choose whether to keep the file's metadata in the converted image.

To use the Convert Image Quick Action, select an image file or drag a selection box over several files, then Ctrl-click and select Quick Actions -> Convert Image. In the dialog that appears, choose the desired format (JPEG, PNG, or HEIF) and the output file size (small, medium, large, or actual). Check the box to preserve the original image's metadata in the output image, then click Convert to [Format]. The converted image will be saved in the same folder as the original image, which will remain intact.

6. Open Files From the App Switcher

Most long-time macOS users will be aware of the Application Switcher. It's invoked using the Command-Tab keyboard shortcut, and lists all of the apps currently running on your Mac, enabling you to quickly switch between them.

app switcher
An oft-overlooked function of the App Switcher is its ability to open files. Simply begin to drag a file from a Finder window, then invoke the App Switcher and drag the file onto the relevant app icon in the overlay. Let go of the file and it should open in the selected app.

Bonus tip: To quit an open app with the App Switcher, highlight the app and tap Q. To quickly quit multiple apps, try cycling through the overlay with the Tab key, tapping Q as you go.

7. Search and Replace Text in Filenames

When you highlight several files in Finder, you can use the Rename... option in the Ctrl-click menu to rename all of them. The Rename dialog also allows you to rename only specific files in a selection whose names include a certain piece of identifying text. This is really handy if you have tens or hundreds of files in a folder with different names and you only want to change those files that contain a particular word.

rename
Select all the files in a folder (make sure they're all of the same kind, or this won't work), then Ctrl-click and select Rename.... Select Replace Text in the first dropdown. Now simply type the identifying text you want to replace into the "Find" field, and enter the text you want to replace it with in the "Replace With" field, then click Rename.

8. Use Text Clippings

In macOS, a Text Clipping is a selection of text that you've dragged from an application to another location on your Mac, where it becomes a unique kind of standalone file. The relatively little-known feature has been around since at least Mac OS 9, and it offers a convenient way to save out pieces of text from pretty much anywhere for later use in another app or document.

clipping
To create a Text Clipping, simply highlight any piece of text and drag it with your mouse to your Desktop or an open Finder window. This saves the highlighted text – including any rich text formatting – as a .textclipping file named after the first few words of text that you selected, but you can easily rename it to make it more identifiable.

clipping
To use the selected text in another file like a Pages document, drag the Text Clipping into the open document and the text will be automatically pasted wherever the cursor is located. You can paste the clipping in the same way into all sorts of open files and apps, including browser search engines, Mail compose windows, Xcode projects, and more.

9. Copy and Paste Photo Edits

In macOS Ventura, if you have multiple photos that you want to edit in the same way, or if you've made changes to one photo that you want to replicate in another photo, you can use the new copy and paste edits tools in the ‌Photos‌ app.

photos
To use the new option, first open an image, click Edit, then make your changes. When you're done, choose Image -> Copy Edits from the menu bar, then select the image (or images) you want to paste them to. Finally, choose Image -> Paste Edits from the menu bar.

10. Show More Recent Applications in Dock

In macOS, a handy option called Show recent applications in Dock (found in System Settings -> Desktop & Dock) adds a divider to the right-hand side of your Dock and after it displays any apps you recently used that aren't permanently docked. This option only shows the three most recently used apps that have since been closed. What if your workflow would be more efficient if it could show more?

recently opened
If you're comfortable pasting commands into Terminal, it's perfectly possible to increase or decrease the number of recently opened apps that show in your Dock. Open a Terminal window and paste the following at the command prompt, then press Enter:

defaults write com.apple.dock show-recents -bool true;
defaults write com.apple.dock show-recent-count -int 10;
killall Dock

Note that the -int argument defines the number of recently opened apps that you want to display in the Dock after the divider (10 in this case). You can change the number to suit.

Top Rated Comments

Realityck Avatar
16 months ago
Backup regularly, all your productivity is meaningless if you aren't backed up.

Use the "view" pull down menu when system settings is opened, 40 choices to pick from rather than navigate the vertical hierarchy.

Score: 26 Votes (Like | Disagree)
East India Company Avatar
16 months ago
11. Don’t spend all your time reading macrumors.
Score: 14 Votes (Like | Disagree)
koelsh Avatar
16 months ago

Backup regularly, all your productivity is meaningless if you aren't backed up.

Use the "view" pull down menu when system settings is opened, 40 choices to pick from rather than navigate the vertical hierarchy.


This menu will also appear when right clicking on the System Settings app if the app is closed. On pre-Ventura this menu would appear at all times when right clicking.


Attachment Image
Score: 9 Votes (Like | Disagree)
jz0309 Avatar
16 months ago
Nice list, keep the tips coming!
Score: 8 Votes (Like | Disagree)
jayducharme Avatar
16 months ago

use the key combination Command-Shift-V and it will be stripped of any formatting
Never knew this. Super useful!

Edit: I spoke too soon. It doesn't work for me. I tried it, and for some reason CMD-SHIFT-V opens up a dialogue box asking me to choose a file that I want to insert into the document.

EDIT 2: As was later pointed out, it’s CMD-SHIFT-OPTION-V.
Score: 8 Votes (Like | Disagree)
vegetassj4 Avatar
16 months ago
Nice tips MR.

FCS Apple, Siri can't even open Finder for me? It's only been out for 12 years.



Attachment Image
Score: 7 Votes (Like | Disagree)

Popular Stories

Delta Feature

Delta Game Emulator Now Available From App Store on iPhone

Wednesday April 17, 2024 9:58 am PDT by
Game emulator apps have come and gone since Apple announced App Store support for them on April 5, but now popular game emulator Delta from developer Riley Testut is available for download. Testut is known as the developer behind GBA4iOS, an open-source emulator that was available for a brief time more than a decade ago. GBA4iOS led to Delta, an emulator that has been available outside of...
iOS NES Emulator Bimmy Feature

NES Emulator for iPhone and iPad Now Available on App Store [Removed]

Tuesday April 16, 2024 11:33 am PDT by
The first approved Nintendo Entertainment System (NES) emulator for the iPhone and iPad was made available on the App Store today following Apple's rule change. The emulator is called Bimmy, and it was developed by Tom Salvo. On the App Store, Bimmy is described as a tool for testing and playing public domain/"homebrew" games created for the NES, but the app allows you to load ROMs for any...
iPhone 15 Pro Action Button Translate

All iPhone 16 Models to Feature Action Button, But Usefulness Debated

Tuesday April 16, 2024 6:54 am PDT by
Last September, Apple's iPhone 15 Pro models debuted with a new customizable Action button, offering faster access to a handful of functions, as well as the ability to assign Shortcuts. Apple is poised to include the feature on all upcoming iPhone 16 models, so we asked iPhone 15 Pro users what their experience has been with the additional button so far. The Action button replaces the switch ...
maxresdefault

Hands-On With the New App Store Delta Game Emulator

Wednesday April 17, 2024 12:19 pm PDT by
A decade ago, developer Riley Testut released the GBA4iOS emulator for iOS, and since it was against the rules at the time, Apple put a stop to downloads. Emulators have been a violation of the App Store rules for years, but that changed on April 5 when Apple suddenly reversed course and said that it was allowing retro game emulators on the App Store. Subscribe to the MacRumors YouTube channel ...
iOS 18 Siri Integrated Feature

iOS 18 Will Add These New Features to Your iPhone

Friday April 12, 2024 11:11 am PDT by
iOS 18 is expected to be the "biggest" update in the iPhone's history. Below, we recap rumored features and changes for the iPhone. iOS 18 is rumored to include new generative AI features for Siri and many apps, and Apple plans to add RCS support to the Messages app for an improved texting experience between iPhones and Android devices. The update is also expected to introduce a more...