Plugin directory / Developer / dsh-file-undo
dsh-file-undo
Verified · install-tested on dsh QinLuza/dsh-file-undo ↗
What it does
Undo file write/edit operations in DSH via /undo command with snapshot history.
Works — verified, early-stage project
Undo file write/edit operations in DSH via /undo command with snapshot history. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:QinLuza/dsh-file-undo - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:QinLuza/dsh-file-undo. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.
Test report
Verified: installed from GitHub, activated in the profile, and booted a task successfully.
Repository
github.com/QinLuza/dsh-file-undo ↗
Share this badge
Paste this into your README — it links back to this page and updates automatically when our test status changes:
[](https://dshbase.com/plugins/dsh-file-undo/)