最近のアイテムにすばやくアクセスできること(quick access to recent items)は、すべてのMacユーザーが望んでいることです。これにより、以前の未完成の作業にすぐに戻ることができます。誰かが昨日あなたに送ったPDF(PDF)ファイルを読み続けたいと思うかもしれませんし、あるいはあなたが昨夜未完成のままにした物語を終わらせたいかもしれません。
これらのファイルをすべてデスクトップに保存しない限り、数回クリックするだけでは実際にアクセスすることはできません。これらのファイルをデスクトップに保存することにした場合でも、それを超えると移動できないスペースが限られています。
これらの制限に悩まされている場合は、Macの(Mac)ドック(Dock)に隠された機能があります。この機能は、頻繁にアクセスするアイテムをDockに追加して、すばやくアクセスできるようにするのに役立ちます。
最近のアイテムスタックをドックに追加する(Add The Recent Items Stack To The Dock)
Macの(Mac)ドック(Dock)にはすでにたくさんのアプリがあります。画面の下部にカーソルを合わせると、Dockに含まれているすべてのものが表示されます。
Dockは、デフォルトで表示されるものに限定されません。その隠された機能の1つは、カスタムアイテムをリストに追加する(add your custom items to the list)機能です。このようにして、 Mac(Mac)上の最近のアイテムを表示するカスタムスタックをDockに追加できます。
スタックが追加されたら、それをクリックするだけで最近のファイルが表示されます。ターミナルを使用してこれを行う方法は次のとおりです。
Launch the Terminal app on your Mac. Type in the following command into the Terminal and hit Enter.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall Dock
新しいスタックがDockに追加され、それをクリックして開くことができます。
デフォルトでは、スタックにはMacで最近アクセスしたアプリケーションが表示されます。必要に応じて保持することも、代わりに別のものを表示するようにカスタマイズすることもできます。
最近のアプリを他のファイルタイプに置き換える(Replace Recent Apps With Other File Types)
たとえば、最近のアプリが探しているものではなく、最近のドキュメントにすばやくアクセスしたい場合は、Dockのスタックを変更して、それに応じてそれらのアイテムを表示できます。
新しく追加されたスタックのカスタマイズは、スタックをクリックしてオプションを選択するのと同じくらい簡単です。スタックに選択したアイテムをリストに表示させるために、今回はコマンドを実行する必要はありません。
Dockで新しく追加されたスタックを見つけ、スタックを右クリックして、メニューの上部に表示されているオプションのいずれかを選択します。これらのオプションには、最近のアプリケーション、最近のドキュメント、最近のサーバー、最近のボリューム(Recent Applications, Recent Documents, Recent Servers, Recent Volumes)、および最近のアイテム(Recent Items)が含まれます。
選択した内容に応じて、スタックにはそれに応じてアイテムが表示されます。
ニーズを満たすまで、他のオプションを試すこともできます。
ドックにカスタムスタックを追加する(Add Additional Custom Stacks To The Dock)
さまざまな種類の最近のアイテムにアクセスする必要がある場合は、1つのスタックでは不十分です。MacのDock(Dock)に、それぞれ独自のファイルタイプを持つスタックを追加する必要があります。
追加方法は次のとおりです。
ターミナル(Terminal)アプリを起動し、その中で次のコマンドを実行します。
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall Dock
Dockに新しいスタックが表示されたら、スタックを右クリックして、表示するファイルの種類を選択します。
上記のコマンドは何度でも実行できます。毎回スタックを1つ追加します。次に、これらの各スタックがMacの(Mac)ドック(Dock)に表示する内容をカスタマイズできます。
カスタムの最近のアイテムスタックをドックに追加する(Add Custom Recent Items Stack To The Dock)
お気づきの方もいらっしゃると思いますが、デフォルトのスタックでは、特定の最近のファイルタイプにしかアクセスできません。それ以上が必要な場合は、コンテキストメニューにそれを行うオプションはありません。ただし、それは、カスタムの最近のアイテムをDock(Dock)に追加できないという意味ではありません。
Macには、スマートフォルダと呼ばれるもう1つの便利な機能(useful feature called Smart Folders)があります。これらは実際に保存された検索であり、 Mac(Mac)で探しているファイルやファイルタイプをすばやく見つけるのに役立ちます。スマートフォルダ(Smart Folder)を作成したら(Once)、実際にDockに固定して、そこからアクセスできます。
これにより、 Dock(Dock)からアクセスできるものに関してより多くのオプションと制御が可能になります。方法は次のとおりです。
Macでお好みのカスタムスマートフォルダ(Smart Folder)を作成します。Macで最近開いたPDFファイルを表示するフォルダかもしれません。画面は次のようになります。
[保存]をクリックし、(Save)スマートフォルダー(Smart Folder)の名前を入力して、デスクトップにフォルダーを保存します。
デスクトップにフォルダが表示されたら、それをDockにドラッグアンドドロップします。その後、そこに座ります。
ファン(Fan)レイアウトはPDFファイルには適さない場合があります。したがって、 Dock(Dock)のスタックを右クリックして、 [グリッド(Grid)]を選択します。今はずっと良く見えるはずです。
ドックに最近のアイテムを表示する(Show More Recent Items In The Dock)
デフォルトでは、スタックにはリスト内の最近のアイテムが10個までしか表示されません。それ以上必要な場合は、以下に示すようにMacの値を変更する必要があります。(Mac)
(Click)左上隅にあるAppleロゴを(Apple)クリックし、 [システム環境設定](System Preferences)を選択します。
次の画面で[一般(General)]を選択します。次に、[最近のアイテム(Recent Items)]というオプションが表示されます。オプションの横にあるドロップダウンメニューを使用して、スタックリストに含めるアイテムの数を選択します。
Dockに固定されたスタックには最大50個のアイテムを表示できます。
ドックから最近のアイテムスタックを削除する(Delete Recent Items Stack From The Dock)
最近のアイテムスタックが不要になった場合は、Dockのオプションをクリックして削除することができます。
削除するスタックを見つけ、スタックを右クリックして、[ドックから削除(Remove from Dock)]を選択します。
スタックはDock(Dock)に表示されなくなります。
How To Access Recent Items From The MacOS Dock
Getting quick access to recent items is something every Mac user desires as it immediately lets them get back to their previously unfinished work. You may want to continue reading the PDF file that someone sent you yesterday, or maybe you want to finish off the story that you left unfinished last night.
Unless you keep all of these files on your desktop, you really can’t access them with a few clicks. Even if you decide to store these files on the desktop, there’s a limited amount of space beyond which you can’t go.
If you’re troubled by these limitations, there’s a hidden feature in the Dock of your Mac that will help you out. This feature helps add frequently accessed items to the Dock for you to quickly access them.
Add The Recent Items Stack To The Dock
There are already a number of apps sitting in the Dock of your Mac. If you bring your cursor to the bottom of your screen, you’ll reveal the Dock with everything it has in it.
The Dock isn’t limited to what it shows by default. One of its hidden features is the ability to add your custom items to the list. This way you can add a custom stack to the Dock that shows recent items on your Mac.
Once the stack is added, it’s then just a matter of clicking on it to bring up your recent files. Here’s how you do it using the Terminal:
Launch the Terminal app on your Mac. Type in the following command into the Terminal and hit Enter.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall Dock
A new stack will be added to the Dock and you can click on it to open it.
By default, the stack will show the recently accessed applications on your Mac. You can keep it if you want, or you can customize it to show something else instead.
Replace Recent Apps With Other File Types
If recent apps isn’t what you’re looking for and you’d rather prefer quick access to your recent documents, for example, you can change the stack in the Dock to show those items accordingly.
Customizing the newly added stack is as easy as clicking on it and choosing an option. You don’t even need to run any commands this time to get the stack to show your chosen items in the list.
Find the newly added stack in the Dock, right-click on the stack, 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, the stack will show your items accordingly.
You can play around with other options as well until it meets your needs.
Add Additional Custom Stacks To The Dock
If you need access to recent items that are of various types, one stack wouldn’t be sufficient for you. You’re going to need to add additional stacks each with its own file type to your Mac’s Dock.
The following is how you add it:
Fire up the Terminal app and run the following command in it.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall Dock
When a new stack appears in the Dock, right-click on the stack and choose the file types you want it to show.
You can run the above command as many times as you want. It’ll add one stack each time. You can then customize what each of these stacks shows in the Dock of your Mac.
Add Custom Recent Items Stack To The Dock
If you’ve noticed, the default stack only lets you access certain recent file types. If you want more than that, there’s no option in the context menu to do it. However, that doesn’t mean you can’t add custom recent items to your Dock.
Mac has another useful feature called Smart Folders. These are actually saved searches that help you quickly find whatever files and file types you’re looking for on your Mac. Once you’ve created a Smart Folder, you can actually pin it to the Dock and access it from there.
This gives you more options and control as to what you can access from the Dock. Here’s how you do it:
Create a custom Smart Folder of your choice on your Mac. Maybe a folder that shows the recently opened PDF files on your Mac. Your screen should look something like the following.
Click on Save, enter a name for your Smart Folder, and save the folder on your desktop.
Once you see the folder on your desktop, drag and drop it onto the Dock. It’ll then sit there.
The Fan layout may not be suitable for PDF files. So right-click on the stack in the Dock and select Grid. It should look much better now.
Show More Recent Items In The Dock
By default, a stack will only show up to 10 recent items in a list. If you need more than that, you need to change a value on your Mac as shown below.
Click on the Apple logo at the top-left corner and select System Preferences.
Select General on the following screen. You’ll then find an option saying Recent Items. Use the dropdown menu next to the option to choose the number of items you want in the stack list.
You can show a maximum of 50 items in a stack pinned on the Dock.
Delete Recent Items Stack From The Dock
If you no longer need a recent items stack, you can have it removed by clicking on an option in the Dock.
Find the stack you want to remove, right-click on the stack, and select Remove from Dock.
The stack will no longer appear in your Dock.