zsh-btrfs-health
April 19, 2026 · View on GitHub
zsh-btrfs-health
Oh My Zsh plugin for Btrfs health reporting on openSUSE Tumbleweed.
Part of the zsh-manager ecosystem.
Commands
| Command | Description |
|---|---|
btrfs-health | Full Btrfs health report — filesystem usage, device stats, scrub status, snapshot summary |
btrfs-snap-size | Disk 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