Ccoop is my forked version of Scoop.
- Also cleanup buckets when run
scoop cleanup; scoop list --jsonwrite json to stdout;- use
scoop config autoupdate falseto disable auto update; - Auto uninstall if package install failed when you install it again;
- Able to pipe
scoop listtogreporripgrep;
When you installed scoop-* like packages (scoop-search),
you can use scoop * to call them now.
They have higher priority.
- Won't remove all package when you run
scoop uninstall .; - Won't remove current version package when you run
scoop cleanup .; - Won't breaking working directory if you cancel the update;
- Ccoop is faster, because it only run scripts (like
core.ps1) once;
- Install Ccoop in editable mode is possiable;
- Add bucket in editable mode if
reposet to local directory;