adlfkjfadslkjfads

Git Image Diff with iTerm2

Posted on Sun 14 February 2021 in Posts • Tagged with iterm, iterm2, git, terminal, shell

iTerm has a imgcat function. Lets use it with Git for image diffing


Continue reading

iTerm2 Setup

Posted on Sat 30 January 2021 in Posts • Tagged with devenv, setup, tooling, iterm, iterm2, terminal, shell

I've been a longtime user of iTerm2 as my terminal. This post walks through some of my setup with it.


Continue reading

Shell Tip Of the Day - Interactively Deleting Docker Images

Posted on Fri 08 June 2018 in Posts • Tagged with bash, shell, shellTipOfTheDay, git

Shell Tip Of the Day - Interactively deleting Docker images with Bash's select statement


Continue reading

Shell Tip Of the Day - Selecting untracked files

Posted on Fri 01 June 2018 in Posts • Tagged with bash, shell, shellTipOfTheDay, git

Shell Tip Of the Day - Selecting untracked files


Continue reading

Shell Tip of the Day: Using find and sed For Fun and Profit

Posted on Sun 29 April 2018 in Posts • Tagged with shellTipOfTheDay, shell, linux

How to use find and sed to replace a common string across many files in one go


Continue reading

Cool Link of the day

Posted on Sat 25 March 2017 in Posts • Tagged with shell

Ever wanted to coherence check your shell scripts?  Check out https://www.shellcheck.net/

Provides a basic REPL that checks your shell scripts for common issues.  Kinda neat, and admittedly I learned a thing or two while playing with it.

There's also a command line version you can install that …


Continue reading