logo hsb.horse
← Back to tag index

Tags

#macos

Content tagged with "macos".

Entries 4
  1. Blog
    Converting Images to AVIF Format with libavif

    How to install libavif via Homebrew and convert JPEG/PNG to AVIF format. Supports single conversion and batch processing.

  2. Snippets
    Display Storage Capacity in Finder

    Toggle storage capacity display in macOS Finder with a keyboard shortcut.

  3. Blog
    Running Periodic Scripts with macOS Launchd

    How to build Cron-like periodic execution scripts using macOS Launchd. Avoiding environment variable issues with setup including log management.

  4. 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.