知っておきたい Stack の 7 つのトリック (訳)
2008 年 5 月 26 日おなじみ UsingMac さんの記事の訳です。訳の間違いがありましたらご指摘お願いします。
7. Slow Motion Effect
Maybe you’ve already heard about this before, by pressing modifier key
and clicking on the stacked folders, you can see your Stack opened in Slow Motion. It’s worth a try.
7. スローモーション エフェクト
6. Open Multiple Folders from Stack
Perhaps, when you want to open multiple files from Stack, you usually open your Stack and then open one file at a time. But with the help of
, you can click on as many folders as you want and all enclosing folders will be opened in separate Finder windows.
6. Stack から複数のフォルダを開く
Stack から複数のファイルを開きたいとき、Stack を開いては 1 つのファイルを開く、という作業を何度も繰り返していませんか? option キーを使用すれば、フォルダをいくつでもクリックすることができます。サブフォルダ (※訳注: Stack でクリックしたフォルダ) はすべて、別々の Finder ウィンドウで開かれます。
5. Stack in Tiger
Folks from Creative Bits pointed out that Stack can be used in Tiger by simply dragging the folder to your Dock and holding down mouse for like 2 seconds will be needed when you want to open the list of files inside that folder.
But I personally haven’t tested this neat trick. So it would be great if some Tiger users can give me useful inputs on this.
5. Tiger で Stack を使用する
Creative Bits で Tiger で Stack を利用する方法が紹介されていました。これは、フォルダを Dock にドラッグし、Dock のフォルダアイコンの上でマウスを約 2 秒間押したままにすると、そのフォルダ内のファイルのリストが表示されるというもの。(訳注: 一部意訳)
個人的には、この素晴らしいトリックを試したことがないので、この件について Tiger ユーザーの皆さんからの有用な情報をお待ちしています。
4. Drag Stack Out of Dock
By pressing
while dragging your Stack folder out of Dock, you will make a duplicate of that folder instead of making that particular folder vanish.
4. Stack を Dock の外に出す
3. Stack of Recent Things
This trick is quite old. But since it’s quite useful, I also include it here. Using command line below, you will be able to create new folder on your stack containing recent items.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' killall Dock
3. 「最近使った項目」を Stack にする
2. Stack Highlighting
defaults write com.apple.dock mouse-over-hilte-stack -boolean YES killall DockAs pointed out in my other article Leopard Tweaking – Terminal Codes, executing command line above will give you mouse over gradient effect for your Stack.
2. Stack のハイライト表示
本ブログの別の記事「Leopard Tweaking – Terminal Codes」でも紹介しましたが、(※訳注: Terminal から) 上のコマンドラインを実行すると、Stack にグラデーションのマウスオーバー エフェクトが追加されます。
1. Delete All
Surfing around forums, I found out a topic on Mac Rumors that discussed about Delete All button. This button can be placed anywhere and when on click, all files inside the folder will be deleted. This is really useful when put inside your Download folder.
The zip file can be downloaded here.

1. すべて削除
フォーラムを徘徊していて、Mac Rumors で Delete All ボタンに関するディスカッションのトピックを見つけました。このボタンは、どこでも好きな場所に置いておくことができ、クリックすると、そのボタンが置かれているフォルダ内のすべてのファイルが削除されます。Download フォルダなどに置いておくと大変便利です。
zip ファイルがコチラからダウンロードできます。
(※訳注: 「Delete All」ボタンはアプリケーションです。削除対象から除外するファイルを設定するには、
・アプリケーションアイコンのコンテキストメニューから「パッケージの内容を表示」を選択し、
・Contents > Resources > Scripts > main.scpt をスクリプトエディターで開きます。
・一番上の set items_to_excluded to {my_name()} で、{my_name()} の部分に除外ファイルを指定します。
・ファイル名は、拡張子を含む完全な名前で指定してください。
・複数のファイルを指定する場合は、ファイル名をコンマで区切ります。(例: {my_name(), “aFolder”, “aTextFile.txt”, “backup.dmg”} )
・なお、my_name() を消すとアプリケーションそのものが削除されてしまうので、この項目は消さずに残しておいてください。)
**************************************************************
訳しておいてなんですが、あんまり目新しい情報はないですね・・・。5 に至っては、それって Stack って言うのか?! という感じですけど。個人的には、1 と 4 ははじめて知りました。
1. Delete All
Surfing around forums, I found out a topic on Mac Rumors that discussed about Delete All button. This button can be placed anywhere and when on click, all files inside the folder will be deleted. This is really useful when put inside your Download folder.
The zip file can be downloaded here.

and clicking on the stacked folders, you can see your Stack opened in Slow Motion. It’s worth a try.
, you can click on as many folders as you want and all enclosing folders will be opened in separate Finder windows.
while dragging your Stack folder out of Dock, you will make a duplicate of that folder instead of making that particular folder vanish.







[...] 先のエントリで登場した Delete All.app ですが、自分な [...]
as/is» Blog Archive » 「フォルダを空にする」ボタン[...] 先のエントリで登場した Delete All.app ですが、自分なりの使い方を思いついたのでメモ。 [...]