Getting Started Building Pong in my Terminal - Pong in Bash - Part 1📅 Jun 24, 2020 · 📝 Jan 19, 2021 · ☕ 2 min readI’ve been exploring a few of the fun ways you can write text to a terminal. One of the more interesting commands available for this is tput.
Counting Characters in a Bash String - Quick Tip📅 Jan 29, 2020 · 📝 Jan 19, 2021 · ☕ 1 min readBash has a series of Shell Parameter Expansion features that allow you to do a number of different things when working with your shell.
Navigate Your Shell With pushd and popd - Quick Tip📅 Nov 22, 2019 · 📝 Jan 19, 2021 · ☕ 1 min readThere are a few ways to navigate your shell in terminals. One of the less common but useful ways I’ve found when working with multiple directories takes advantage of the directory stack most terminals maintain.
Using Bash .bashrc and .profile Files to Initialize Your Terminal📅 Oct 4, 2019 · 📝 Jan 19, 2021 · ☕ 1 min readLets take a look at some of the options Bash gives you to persist your settings between runs and configure your terminal environment.
I Learn How To Make Bash Flip Tables When I Break Things📅 Aug 23, 2019 · 📝 Jan 19, 2021 · ☕ 1 min readLets take a look at how to customize a bash shell. We’ll be making our shell print a table flip whenever the last command failed.