A package manager for package managers.
pkgctl is a package manager that itself doesn't actually manage any individual packages. It is designed to be a single executable that can be used to, primarily, update the packages managed by other package managers.
No need to remember the exact command to update a package manager's packages. Just run pkgctl update and it will update all the package managers that it is aware of.
brew tap pkgctl/homebrew
brew install pkgctlUpdate all packages managed by pkgctl's supported package managers.
pkgctl updatepkgctl stores logs of all of its actions. This can be useful for debugging or just to see what pkgctl has been up to.
pkgctl logs
