Skip Navigation

Tag - CLI

  • Bash Exansion
    Bash expansion is a great way to save time in the command line. Learn how it's done!
  • Find It
    The other day I got frustrated having to write the same command in my terminal over and over. So, I wrote a tiny bash function to handle it for me! Find out how it's good (and not as good as I might like).
  • Quick Aliases for Git
    Tired of typing out the same long git commands over and over? Speed up your workflow with these aliases!
  • Git! Move!
    Every once in a while, we all have to rename a file in a git repo. Find out about the `git mv` command and how it can help keep your commits clearer and cleaner.
  • How to Calculate Color Contrast
    Learn the basic concepts behind how to calculate color contrast.
  • Set up a headless raspberry pi for fun!
    The Raspberry Pi is a fun, inexpensive computer. Learn how to set up yours and connect to it from anywhere.
  • Use Lando Build Steps for a Custom WordPress Development Environment
    Lando is a great local development tool for a wide variety of projects. In this post, I talk about how to use its build step commands to set up a custom WordPress/composer development environment.