Ccoop is my forked version of Scoop.
- Also cleanup buckets when run
scoop cleanup
; scoop list --json
write json to stdout;- use
scoop config autoupdate false
to disable auto update; - Auto uninstall if package install failed when you install it again;
- Able to pipe
scoop list
togrep
orripgrep
;
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
repo
set to local directory;