• v1.22.0 244061a794

    v1.22.0
    All checks were successful
    CI / security (push) Successful in 5s
    CI / json-check (push) Successful in 6s
    CI / manifest (push) Successful in 5s
    Publish / detect-release (push) Successful in 5s
    CI / sast (push) Successful in 13s
    Publish / tag (push) Successful in 15s
    CI / lua-check (push) Successful in 32s
    Publish / promote-release (push) Successful in 7s
    Stable

    Gravity Bot released this 2026-03-03 15:49:34 +00:00 | 219 commits to master since this release

    Developer CLI Tools Overhaul

    Features

    • eza — Modern ls replacement with git status, icons, directory grouping, and column headers
    • lazygit — Full terminal UI for git operations
    • btop — Modern system monitor (replaces top/htop)
    • VisiData — Terminal-based tabular data viewer/editor (CSV, XLSX, JSON, SQLite)
    • zoxide — Smart directory jumping with frecency-based matching
    • dust — Visual disk usage tree (du replacement)
    • duf — Modern filesystem usage table (df replacement)
    • glow — Terminal markdown renderer

    Shell Aliases

    • Replaced all ls commands with eza equivalents (ls, ll, la, l, lm, lg, lt)
    • Added Claude Code aliases (cc, cch, ccr, lfg)
    • Added disk usage aliases (ds, dss, dsa)
    • Added zz for interactive directory jump
    • Added aliases self-documenting helper with ## inline help comments

    Documentation

    • New Terminal Customizations section in README
    • Updated all distro install lines with new packages
    • Added Go tools and binary tools install sections
    • Nerd Font section updated with eza icon dependency note

    Tasks

    • OP#1887: Add eza and lazygit to standard toolset
    • OP#1888: Add aliases() helper function
    • OP#1889: Add ## help comments to all aliases
    • OP#1890: Add column headers to all eza list aliases
    • OP#1891: Add Claude Code alias section
    • OP#1892: Add btop to standard toolset
    • OP#1893: Add VisiData to standard toolset
    • OP#1895: Add zoxide smart directory jumping
    • OP#1896: Add dust, duf, and glow to standard toolset
    Downloads