{"id":49085360,"url":"https://github.com/crisis1er/zsh-manager","last_synced_at":"2026-04-20T15:09:58.098Z","repository":{"id":350815180,"uuid":"1202484764","full_name":"crisis1er/zsh-manager","owner":"crisis1er","description":"Oh My Zsh plugin for btrfs filesystem and snapper snapshot management on openSUSE Tumbleweed","archived":false,"fork":false,"pushed_at":"2026-04-19T14:26:56.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T16:27:41.290Z","etag":null,"topics":["btrfs","linux","oh-my-zsh","opensuse","shell","snapper","snapshot","tumbleweed","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crisis1er.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-06T04:25:55.000Z","updated_at":"2026-04-19T14:26:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/crisis1er/zsh-manager","commit_stats":null,"previous_names":["crisis1er/zsh-btrfs-snapper","crisis1er/zsh-manager"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/crisis1er/zsh-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisis1er%2Fzsh-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisis1er%2Fzsh-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisis1er%2Fzsh-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisis1er%2Fzsh-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crisis1er","download_url":"https://codeload.github.com/crisis1er/zsh-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisis1er%2Fzsh-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32052672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["btrfs","linux","oh-my-zsh","opensuse","shell","snapper","snapshot","tumbleweed","zsh","zsh-plugin"],"created_at":"2026-04-20T15:09:57.509Z","updated_at":"2026-04-20T15:09:58.083Z","avatar_url":"https://github.com/crisis1er.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Visiteurs](https://visitor-badge.laobi.icu/badge?page_id=crisis1er.zsh-manager)](https://github.com/crisis1er/zsh-manager)\n![Platform](https://img.shields.io/badge/platform-openSUSE%20Tumbleweed-73BA25)\n![Shell](https://img.shields.io/badge/shell-zsh%205.9%2B-blue)\n![OMZ](https://img.shields.io/badge/Oh%20My%20Zsh-compatible-red)\n![License](https://img.shields.io/badge/license-GPL--3.0-blue)\n![Version](https://img.shields.io/badge/version-v2.3-orange)\n\n# zsh-manager\n\nUnified dispatcher hub for btrfs snapshot and filesystem management on openSUSE Tumbleweed. Central entry point coordinating the snapshot and maintenance plugin ecosystem.\n\n---\n\n## Architecture\n\n\u003csub\u003e⚠️ If the diagram is not visible, refresh the page — Mermaid rendering may take a moment.\u003c/sub\u003e\n\n```mermaid\nflowchart TD\n    classDef hub     fill:#1e3a5f,stroke:#93c5fd,stroke-width:2px,color:#ffffff\n    classDef native  fill:#14532d,stroke:#86efac,stroke-width:2px,color:#ffffff\n    classDef plugin  fill:#78350f,stroke:#fcd34d,stroke-width:2px,color:#ffffff\n    classDef stub    fill:#374151,stroke:#9ca3af,stroke-width:1px,color:#d1d5db\n\n    HUB[zsh-manager\\nHub — unified dispatcher]:::hub\n\n    HUB --\u003e SNAPMAN[snap-man\\nunified menu]:::native\n    HUB --\u003e SNAPHELP[snap-help\\nall commands]:::native\n    HUB --\u003e SNAPDEL[snap-del\\ndelete snapshot]:::native\n    HUB --\u003e SNAPCMP[snap-compare\\ndiff two snapshots]:::native\n    HUB --\u003e SNAPIMP[snap-important\\nfiltered view]:::native\n    HUB --\u003e SNAPMAN2[snap-manual\\nfiltered view]:::native\n\n    HUB --\u003e|stub| SL[snap-list\\nzsh-snap-list]:::plugin\n    HUB --\u003e|stub| SN[snap-new\\nzsh-snap-new]:::plugin\n    HUB --\u003e|stub| SR[snap-rollback\\nzsh-snap-rollback]:::plugin\n    HUB --\u003e|stub| BS[btrfs-scrub\\nzsh-btrfs-scrub]:::plugin\n    HUB --\u003e|stub| BB[btrfs-balance\\nzsh-btrfs-balance]:::plugin\n    HUB --\u003e|stub| BH[btrfs-health\\nzsh-btrfs-health]:::plugin\n```\n\n---\n\n## Requirements\n\n- openSUSE Tumbleweed\n- zsh 5.9+\n- [Oh My Zsh](https://ohmyz.sh/)\n- `snapper` — `sudo zypper install snapper`\n- `btrfs-progs` — `sudo zypper install btrfs-progs`\n\n---\n\n## Recommended plugins\n\n| Plugin | Role |\n|---|---|\n| [zsh-snap-new](https://github.com/crisis1er/zsh-snap-new) | guided snapshot creation |\n| [zsh-snap-list](https://github.com/crisis1er/zsh-snap-list) | colorized snapshot listing |\n| [zsh-snap-rollback](https://github.com/crisis1er/zsh-snap-rollback) | interactive rollback |\n| [zsh-btrfs-scrub](https://github.com/crisis1er/zsh-btrfs-scrub) | btrfs scrub management |\n| [zsh-btrfs-balance](https://github.com/crisis1er/zsh-btrfs-balance) | btrfs balance management |\n| [zsh-btrfs-health](https://github.com/crisis1er/zsh-btrfs-health) | btrfs health report |\n\n---\n\n## Installation\n\n```zsh\ngit clone https://github.com/crisis1er/zsh-manager \\\n  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-manager\n```\n\nAdd `zsh-manager` to the plugins list in `~/.zshrc`:\n\n```zsh\nplugins=(... zsh-manager)\n```\n\nReload:\n\n```zsh\nsource ~/.zshrc\n```\n\n---\n\n## Native commands\n\n| Command | Description |\n|---|---|\n| `snap-man` | Open the unified interactive dispatcher menu |\n| `snap-help` | List all available commands across the hub and its plugins |\n| `snap-del \u003cid\u003e` | Delete snapshot — displays list if no ID given |\n| `snap-compare \u003cid1\u003e \u003cid2\u003e` | Show files changed between two snapshots |\n| `snap-important` | Display only `important=yes` snapshots |\n| `snap-manual` | Display only manually created snapshots (excludes zypper/timeline) |\n\n### Multi-config aliases\n\n| Command | Description |\n|---|---|\n| `snap-list-root` | List snapshots for config `root` |\n| `snap-list-home` | List snapshots for config `home` |\n| `snap-create-root \"desc\"` | Create snapshot in config `root` |\n| `snap-create-home \"desc\"` | Create snapshot in config `home` |\n| `snap-cleanup` | Run snapper cleanup (number algorithm) |\n| `snap-cleanup-all` | Run snapper cleanup all |\n| `rollback-last` | Fast rollback to last snapshot — no confirmation, expert use |\n\n---\n\n## Delegated commands (stubs)\n\nIf a plugin is not loaded, these functions display an install hint rather than failing silently.\n\n| Command | Plugin required |\n|---|---|\n| `snap-list` | zsh-snap-list |\n| `snap-new` | zsh-snap-new |\n| `snap-rollback` | zsh-snap-rollback |\n| `btrfs-scrub` | zsh-btrfs-scrub |\n| `btrfs-balance` | zsh-btrfs-balance |\n| `btrfs-balance-threshold` | zsh-btrfs-balance |\n| `btrfs-snap-size` | zsh-btrfs-health |\n| `btrfs-health` | zsh-btrfs-health |\n\n---\n\n## Short aliases\n\n| Alias | Command |\n|---|---|\n| `man-s` | `snap-man` |\n| `snap-l` | `snap-list` |\n| `snap-n` | `snap-new` |\n| `snap-r` | `snap-rollback` |\n| `snap-d` | `snap-del` |\n| `snap-c` | `snap-compare` |\n| `snap-h` | `snap-help` |\n\n---\n\n## Manual\n\n```zsh\nman zsh-manager\n```\n\nThe man page (`man/zsh-manager.1`) documents all commands, aliases, stubs, and requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrisis1er%2Fzsh-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrisis1er%2Fzsh-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrisis1er%2Fzsh-manager/lists"}