Zsh Globbing Exclusion Patterns: Mastering the ~ and ^ Operators

A guide to efficiently filtering files using Zsh's powerful exclusion patterns

April 30, 2025 · 4 min · John Taylor

Supercharge Your Makefile Workflow: Adding zsh Tab Completion

Learn how to enhance your command-line workflow by adding zsh tab completion for Makefile targets

January 29, 2025 · 4 min · John Taylor

Introducing a Python deidentification module

A Python module that efficiently removes personally identifiable information from text documents while preserving document readability.

January 1, 2025 · 4 min · John Taylor

Add Git Branch Name to Terminal Prompt (zsh)

Enhance your zsh prompt with visual git branch alerts. Prevents accidental commits to main/master by displaying flashing yellow warnings and adds …

December 11, 2024 · 3 min · John Taylor