logo hsb.horse
← Back to tag index

Tags

#cli

Blog posts, snippets, and glossary entries related to "cli", gathered in one place.

Entries 9
  1. Snippets
    Batch Convert Images to AVIF with avifenc

    A Bash snippet that recursively scans jpg/jpeg/png files and converts them to .avif using avifenc.

  2. Glossary
    zabrze

    zabrze is a zsh abbreviation expansion plugin that improves command-line input efficiency.

  3. Snippets
    Generate 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.

  4. Snippets
    gzip Command Cheat Sheet

    A snippet covering the basic usage of the gzip command, including file compression, decompression, and option flags.

  5. Snippets
    Saving 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.

  6. Blog
    Automating 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.

  7. Blog
    UUID 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.

  8. Blog
    Getting 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.

  9. Blog
    Reimplementing 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.