How To Access Recent Items From The MacOS Dock.
Quick access to recent items is something every Mac user desires, as it allows them to immediately return to their previously unfinished work. You might want to continue reading a PDF that someone sent you yesterday, or you might want to finish a story that you left unfinished last night.
If you don’t keep all of these files on your desktop, you won’t be able to access them with a few clicks. Even if you choose to keep these files on your desktop, there will be limited space that you cannot go beyond.
If you are worried about these restrictions, there is a hidden feature in your Mac’s dock to help you. This feature helps you add frequently used items to the Dock so you can quickly access them.
Add a Modern Object Stack to Dock
There are already several apps in your Mac’s dock. If you move your cursor to the bottom of the screen, you will open the Dock with everything in it.
The Dock is not limited to what is displayed by default. One of its hidden features is the ability to add your own items to the list. This way, you can add a custom stack to the Dock that shows the latest items on your Mac.
After adding a stack, simply click on it to open the latest files. Here’s how to do it using Terminal:
– Launch the Terminal app on your Mac. Enter the following command into Terminal and press Enter. by default, write com.apple.dock persistent-others -array-add ‘{“tile-data” = {“list-type” = 1; }; “tile-type” = “recent-tiles”;} ‘&& killall Doc
The new stack will be added to the Dock and you can click to open it.
By default, the stack displays applications that you recently opened your Mac to. You can leave it if you like, or customize to display something else instead.
Replace recent applications with other file types
If recent apps aren’t what you want and you prefer quick access to recent documents, for example, you can change the stack in the Dock to display these items appropriately.
Setting up a newly added stack is as easy as clicking on it and choosing the option you want. This time, you don’t even need to run any commands for the stack to display your selected items in the list.
Find the stack you just added in the Dock, right-click it, and choose any of the options shown at the top of the menu. These options include Recent Applications, Recent Documents, Recent Servers, Recent Volumes, and Recent Items.
Depending on what you choose, your items will appear in the stack accordingly.
You can also experiment with other options until they suit your needs.
Add additional custom packages to Dock
If you need access to recent items of different types, one stack is not enough for you. You will need to add additional stacks, each with a different file type, to the Mac dock.
This is how you add it:
Launch the Terminal application and run the following command in it.
by default write com.apple.dock persistent-others -array-add ‘{“tile-data” = {“list-type” = 1; }; “tile-type” = “recent-tiles”;} ‘&& killall Doc
When a new stack appears in the Dock, right-click it and select the file types you want to display.
You can run the above command as many times as you like. He will add one pile each time. You can then customize how each of these stacks appear in your Mac’s Dock.
Add a Custom Modern Object stack to Dock
If you noticed, the default stack only allows you to access certain recent file types. If you want more, there is no way to do this in the context menu. However, this does not mean that you cannot add your own recent items to the dock.
Mac has another useful feature called smart folders. These are actually saved searches that will help you quickly find whatever files and file types you are looking for on your Mac. Once you’ve created a smart folder, you can pin it to the Dock and access it from there.
This gives you more power and control over what you can access from the Dock. Here’s how to do it:
Create a custom smart folder on your Mac. Maybe the folder that displays recently opened PDFs on your Mac. Your screen should look something like this.
Click Save, enter a name for the smart folder, and save the folder to your desktop.
Once you see the folder on your desktop, drag it to the Dock. Then he will be there.
Fan layout may not work for PDF files. So right-click the stack in the Dock and select Grid. It should look much better now.
Show more recent items in Dock
By default, the stack displays no more than 10 recent items in the list. If you need more, you need to change the value on your Mac as shown below.
Click on the Apple logo in the upper left corner and select “System Preferences.”
On the next screen, select General. Then you will find the “Recent Items” option. Use the drop-down menu next to the option to select the number of items in the stack list.
You can display up to 50 items in a stack pinned to the Dock.
Delete the recent object stack from Dock
If you no longer need a stack of recent items, you can remove it by clicking the appropriate option in the Dock.
Find the stack you want to delete, right-click it and choose Remove from Dock.
The stack will no longer appear in your Dock.
–