Chartreuse Triceratops
I prefer to use software that is both free and open source but there will be some software included in this bucket that does not meet this criteria. I've included licenses in the table below for reference.
Manifest Name | Description | License | Autoupdate |
---|---|---|---|
droppoint | Drag content without having to open side-by-side windows. | GPL-3.0-or-later | ✅ |
chatpad-ai | Free and open source, privacy focused, ChatGPT user-interface. | AGPL-3.0-or-later | ❌ |
deepgit | Git Archaeology Tool. | NonFree ULA | ✅ |
hoppscotch | Open Source API Development Ecosystem. | AGPL-3.0-or-later | ✅ |
I made this repository for two reasons; the practical convenience of having a personal scoop bucket, and as a test repository for learning more GitHub features. So, if this project seems a bit over-engineered for something as simple as a personal scoop bucket, that is intentional.
First you'll have to have scoop installed, then you can open your prefered command shell and use the following command to add this bucket:
scoop bucket add chartreuse-triceratops https://github.com/coborski/chartreuse-triceratops
To install a program using the manifest contained in this bucket use the following:
scoop install chartreuse-triceratops/<manifestname>
Scoop is a command-line installer for Windows.
- Most of the manifests do not include hashes
- The chatpad-ai manifest does not have the autoupdate property defined
- The chatpad-ai manifest does not delete the program's default uninstaller post install
- https://github.com/cOborski/chartreuse-triceratops/issues