You are here |
fmartingr.com | ||
| | | |
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. | |
| | | |
www.integralist.co.uk
|
|
| | | | Introduction I'm an engineer with a new laptop, which requires setting up with various development tools and configuration. This post is my attempt to capture and document my process for getting a new dev environment set-up. I used to try and automate a lot of this with bash scripts, but realised over time that things go out of date quite quickly (e.g. OS configurations can change substantially, as well as my preferred ways of working). | |
| | | |
blog.martin-graesslin.com
|
|
| | | | ||
| | | |
www.synesthesia.co.uk
|
|
| | "MTCodeBeautifier":https://voisen.org/archives/projects/000239.php MTCodeBeautifier is a plugin for Movable Type that provides syntax highlighting and code beautification (indenting, etc.) on input for a variety of programming languages. |