zsh-btrfs-health

April 19, 2026 · View on GitHub

Visitors Platform Shell OMZ License Version

zsh-btrfs-health

Oh My Zsh plugin for Btrfs health reporting on openSUSE Tumbleweed.

Part of the zsh-manager ecosystem.


Commands

CommandDescription
btrfs-healthFull Btrfs health report — filesystem usage, device stats, scrub status, snapshot summary
btrfs-snap-sizeDisk space used by Btrfs snapshots in /.snapshots/

Installation

git clone https://github.com/crisis1er/zsh-btrfs-health \
  ${ZSH_CUSTOM:-/home/crisis/.oh-my-zsh/custom}/plugins/btrfs-health

Add to plugins=() in ~/.zshrc:

plugins=(... btrfs-health)

Reload:

source /home/crisis/.zshrc

Requirements

  • openSUSE Tumbleweed
  • Oh My Zsh
  • btrfs-progs
  • snapper

License

GPL-3.0 — see LICENSE