Using WP-CLI

The WordPress admin does a lot to empower you as a user. It makes it easy to create and publish your content. Sometimes though, it’s not the right tool for the job. Sometimes, what you need is the command line. Fortunately there is a great command line tool that lets you administer WordPress sites — WP CLI.

Create Bash Aliases

Bash (The Bourne Again SHell) has a feature that lets you create a keyword to associate with a command. It’s a great way to make it easy to execute hard to type commands. It’s called alias.

Hotness, My First Vim Theme

Ever made a Vim color scheme? After all my years of using Vim, this was the first time I tried. It wasn’t nearly as difficult as I imagined.