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.