marcosnils / bin

Effortless binary manager
MIT License
640 stars 44 forks source link

`zsh-snap` compatibility #162

Closed yozachar closed 1 year ago

yozachar commented 1 year ago

zsnap is capable of installing binaries from git repositories. Can you please provide bin binaries inside the repository itself?

| .
├── bin
│   ├── bin_0.16.2_Darwin_arm64
│   ├── bin_0.16.2_Darwin_x86_64
│   ├── bin_0.16.2_Linux_arm64
│   ├── bin_0.16.2_Linux_i386
│   ├── bin_0.16.2_Linux_x86_64
│   ├── bin_0.16.2_Windows_arm64.exe
│   ├── bin_0.16.2_Windows_i386.exe
│   ├── bin_0.16.2_Windows_x86_64.exe
├── cmd
│   ├── ensure.go
│   ├── error.go
.
.
.
│   ├── update.go
│   └── update_test.go
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── go.mod
├── go.sum
├── LICENSE
├── main.go
.
.
.
└── README.md

Edit: Nevermind