Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.06 KB

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;