You are here |
rick.cogley.info | ||
| | | |
logr.cogley.info
|
|
| | | | Ever need a super simple way to show hidden files in Mac Finder or a File Open dialog, just press cmd-shift-. to toggle. macOS and its predecessors are unix based, and unix hides files or folders that start with a period, hence its use in this binding. ????? To make it permanent: 1 2 ~$> defaults write com.apple.finder AppleShowAllFiles YES ~$> killall -kill Finder Slap a NO on the defaults command to reverse it. | |
| | | |
techtldr.com
|
|
| | | | A lot of people don't like the New Visual Studio Code (aka VS Code or just Code) icon and they prefer the old icon better. I am one of these people. I was inspired by this comment to bring the old icon back. If you want to do the same on MacOS, you can:Note: For [...] | |
| | | |
seanmcp.com
|
|
| | | | Writing a script to read the package.json for you | |
| | | |
earthly.dev
|
|
| | This tutorial explains how to use BuildKit cache to speed up Docker builds. By leveraging BuildKit's caching feature, developers can significan... |