Harness the Combinatoric Power of Command-Line Tools and Utilities

scripts

Subscribe to RSS feed

Create Slides with Markdown and Pandoc

Published December 27, 2024 and last verified on September 20, 2025

Build presentation slides from Markdown files using Pandoc and export them to PowerPoint or other slide formats for easy sharing.

Convert FLAC to MP3 using the CLI

Published December 27, 2022 and last verified on December 13, 2025

Convert FLAC files to MP3 using Bash and CLI tools. This guide covers installation, script creation, and batch processing for audio transcoding.

Throwing All Your Work Away in Git

Published January 8, 2020 and last verified on December 13, 2025

Discard unwanted changes in your Git working directory using the checkout, reset, and clean subcommands to get back to a clean state.