Skip to main content
  1. Dispatches/

TIL: Show Hidden Files in MacOS Finder

·94 words·1 min
TIL Macos Hotkeys
Daniel Andrlik
Author
Daniel Andrlik lives in the suburbs of Philadelphia. By day he manages product teams. The rest of the time he is a podcast host and producer, writer of speculative fiction, a rabid reader, and a programmer.

This is one of those silly little things that I always feel like I’m the last to learn. Admittedly, when I’m working with hidden files, I’m usually on the command line or in a text editor that already shows them.1

So, I must inform you, with no small amount of embarrassment, that today I learned the following. If you are in a Finder window, use the hotkey combination of ⌘-Shift-. and it will toggle visibility of hidden files!


  1. Because I was a dirty Linux hippie before I switched to Mac about 15 years ago. ↩︎

Related

TIL - Getting asdf Python with tkinter working on a M2 Mac
·312 words·2 mins
TIL Macos Python Homebrew Tkinter
This week I wanted to play around with tkinter a bit. But this proved to be difficult on my M2 Mac. I use asdf to manage various runtime versions, so first I checked to see if it was already working with my existing Python installation using the built in test method.
TIL about Sloth
·75 words·1 min
TIL Macos Lsof Utilities Homebrew Open Source
While looking at my Github news feed today, I spotted an app via one of Jeff Triplett’s stars. The app is Sloth by Sveinbjorn Thordarson, and it provides a GUI frontend for lsof that can quickly show you which processes are interacting with various files, directories, IP sockets, or Unix sockets.
TIL - Block OpenAI and Meta's LLM web crawlers
··91 words·1 min
TIL Llm Development Web
Thanks to this post from Adam Johnson, I’ve now updated my configuration to block OpenAI and Meta from crawling this website to feed their LLMs.