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

Cologler/ccoop

 
 

Repository files navigation

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;

About

A command-line installer for Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 95.2%
  • C# 4.3%
  • Makefile 0.5%