Tags
#cli
Blog posts, snippets, and glossary entries related to "cli", gathered in one place.
- SnippetsBatch Convert Images to AVIF with avifenc
A Bash snippet that recursively scans jpg/jpeg/png files and converts them to .avif using avifenc.
- Glossaryzabrze
zabrze is a zsh abbreviation expansion plugin that improves command-line input efficiency.
- SnippetsGenerate parameter.json from a CloudFormation Template
A snippet that combines aws cloudformation validate-template and jq to automatically generate a parameters.json with environment variable overrides.
- Snippetsgzip Command Cheat Sheet
A snippet covering the basic usage of the gzip command, including file compression, decompression, and option flags.
- SnippetsSaving man Pages to Text Files
How to save man command output to a file on macOS/Linux. Use col -b to remove control characters and create readable text.
- BlogAutomating Encrypted Directory Backups with age and tar
A shell script that combines age and tar to create encrypted archives for each subdirectory. It keeps CLI-friendly file names even when directory names contain Japanese characters.
- BlogUUID v7 implementation guide: Create with JavaScript, Go, and Shell
The bit structure of UUID v7, bit settings of version/variant, minimum implementation in JavaScript, Go, and Shell, check items during implementation, and RFC references are organized on one page. A practical guide that summarizes the points to check in the generation logic for developers who want to safely introduce IDs that are easy to sort in time series. It can be used for confirmation before implementation.
- BlogGetting Started with zabrze Shell Abbreviation Expansion: A Simpler Alternative to zsh-abbr
How to install and use the shell abbreviation tool zabrze. A simpler alternative to zsh-abbr for faster command entry with less setup.
- BlogReimplementing generate-project-summary.py with Bun + TypeScript
A Bun + TypeScript rewrite of a Python project-summary script. Covers the path to a portable executable for feeding whole repositories into an LLM.
hsb.horse