/ccoop

A command-line installer for Windows.

Primary LanguagePowerShellThe UnlicenseUnlicense

Ccoop

Ccoop is my forked version of Scoop.

Different from Scoop

Features

  • 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 to grep or ripgrep;

Dispatch External First

When you installed scoop-* like packages (scoop-search), you can use scoop * to call them now.

They have higher priority.

Fixes

Performance

  • Ccoop is faster, because it only run scripts (like core.ps1) once;

For Developers

  • Install Ccoop in editable mode is possiable;
  • Add bucket in editable mode if repo set to local directory;