mirror of
https://github.com/jbranchaud/til
synced 2026-07-03 08:08:24 +00:00
Add Clean Up Item Layout In Finder Window as a Mac TIL
This commit is contained in:
@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
|
|||||||
|
|
||||||
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
||||||
|
|
||||||
_1797 TILs and counting..._
|
_1798 TILs and counting..._
|
||||||
|
|
||||||
See some of the other learning resources I work on:
|
See some of the other learning resources I work on:
|
||||||
|
|
||||||
@@ -736,6 +736,7 @@ If you've learned something here, support my efforts writing daily TILs by
|
|||||||
- [Add A Bunch Of CLI Utilities With coreutils](mac/add-a-bunch-of-cli-utilities-with-coreutils.md)
|
- [Add A Bunch Of CLI Utilities With coreutils](mac/add-a-bunch-of-cli-utilities-with-coreutils.md)
|
||||||
- [Capture Screenshot To Clipboard From CLI](mac/capture-screenshot-to-clipboard-from-cli.md)
|
- [Capture Screenshot To Clipboard From CLI](mac/capture-screenshot-to-clipboard-from-cli.md)
|
||||||
- [Check Network Quality Stats From The Command Line](mac/check-network-quality-stats-from-the-command-line.md)
|
- [Check Network Quality Stats From The Command Line](mac/check-network-quality-stats-from-the-command-line.md)
|
||||||
|
- [Clean Up Item Layout In Finder Window](mac/clean-up-item-layout-in-finder-window.md)
|
||||||
- [Clean Up Old Homebrew Files](mac/clean-up-old-homebrew-files.md)
|
- [Clean Up Old Homebrew Files](mac/clean-up-old-homebrew-files.md)
|
||||||
- [Control Which Monitor App Switcher Appears On](mac/control-which-monitor-app-switcher-appears-on.md)
|
- [Control Which Monitor App Switcher Appears On](mac/control-which-monitor-app-switcher-appears-on.md)
|
||||||
- [Convert An HEIC Image File To JPG](mac/convert-an-heic-image-file-to-jpg.md)
|
- [Convert An HEIC Image File To JPG](mac/convert-an-heic-image-file-to-jpg.md)
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Clean Up Item Layout In Finder Window
|
||||||
|
|
||||||
|
Sometimes while doing a bunch of manual drag-n-drop of files and folders in a
|
||||||
|
Finder.app window, I'll end up with a visual mess. Compared to other folders,
|
||||||
|
nothing is organized on the grid.
|
||||||
|
|
||||||
|
I can tell Finder.app to clean that up with the _Clean Up_ menu option.
|
||||||
|
|
||||||
|
While focused on the folder that I'm concerned about, I can go to _View_ >
|
||||||
|
_Clean Up_ in the top menu. Everything will snap into place.
|
||||||
|
|
||||||
|
On the specific Finder.app window, there is also a triple-dot actions menu that
|
||||||
|
appears on the top right. The _Clean Up_ action is available there as well.
|
||||||
|
|
||||||
|
There is also a _Clean Up By_ option which is a nice way to organize by some
|
||||||
|
attribute, such as the type (e.g Folder/File and extension).
|
||||||
Reference in New Issue
Block a user