diff --git a/README.md b/README.md index bec49a8..7256b71 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ This repo is inspired by the [@jbrandchaud/til](https://github.com/jbranchaud/ti - [`[Automation]`- Find the smart value for a field](jira/automation-find-smart-value-for-field.md) - [`[Automation]`- update task `Story point estimate` when subtask values change](jira/automation-sum-of-story-point-estimate.md) +### MacOS + +- [Show hidden files in Finder](macos/show-hidden-files-in-finder.md) + ### Markdown - [Collapsible Sections + Bookmarklet](markdown/collapsible-sections-plus-bookmarklet.md) diff --git a/macos/show-hidden-files-in-finder.md b/macos/show-hidden-files-in-finder.md new file mode 100644 index 0000000..2f49794 --- /dev/null +++ b/macos/show-hidden-files-in-finder.md @@ -0,0 +1,7 @@ +# Show hidden files in Finder + +Press Cmd + Shift + . to toggle hidden files in Finder. + +This setting seems to be global and will persist in new Finder windows and any folder you view. + +I don't know why Finder doesn't have a menu option for this 🤦‍♂️.