Is
On a Prettier PATH
·877 words·5 mins
bash
CI
GitHub
is
On getting a more readable $PATH, installing “is” in GitHub Actions and using $GITHUB_STEP_SUMMARY to put it all together.
How Many Versions of "X" Are in my $PATH?
·506 words·3 mins
is
bash
cli
When multiple versions of the same executable exist in your $PATH, the ‘is’ utility provides a clean way to discover all versions and their locations. This post demonstrates how ‘is’ can help identify version conflicts, clean up redundant installations, and streamline executable management with tabular and JSON output formats.
Battery Power-Ups: Enhancing SketchyBar with "is"
·1042 words·5 mins
is
battery
bash
dotfiles
cli
Go
macos
sketchybar
The new “is battery” and “is known battery” subcommands can detect battery attributes with a clean, readable syntax. This post walks through practical examples of replacing complex shell commands with these new subcommands, demonstrating how they simplify a SketchyBar configuration on macOS. Learn how to check battery charge levels, charging state, and even conditionally load menu bar items based on whether your device has a battery.
is: an inspector for your environment
·1273 words·6 mins
Go
bash
dotfiles
is
I love writing bash scripts, but there are some aspects of it which I find to be a bit tedious. I’ve written “is” to try to make shell programming a little more enjoyable. Let’s look at how to get started with it.