Zipoc: A Lightweight, Local Versioning Tool with Web UI for Any Project
13 hours ago
- #python
- #version-control
- #developer-tools
- Zipoc is a lightweight, local versioning tool for projects.
- Initialize a repository in `.zipoc/` with `zipoc init`.
- Create commits with `zipoc commit` to snapshot project files.
- View commits via terminal or Flask-powered web UI with `zipoc view`.
- Delete the repository irreversibly with `zipoc delete`.
- Install via pip (not yet released) with `python -m pip install zipoc`.
- Project metadata includes name and optional description.
- Commits include metadata and a snapshot of project files, excluding common folders.
- Made by jim with <3.