8000 Tags · marcosnils/bin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: marcosnils/bin

Tags

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
improve asset ranking for 64 bit architectures

fixes #231 where aarc64 and amd64 can be incorrectly ranked given that
they both share the same architecture.

i.e, candiates:

myprogram
myprogram_aarch64

If my system is amd64, before this PR the ranking function will
incorrectly pikc aarch64

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
improve getBinPath so it's able to match binaries by name

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
fix install so it allows aliases and always uses the absolute path

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat/bin config envvar (#221)

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add pin/unpin command (#180)

* add pin/unpin command

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add pin/unpin command (#180)

* add pin/unpin command

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
bump goreleaser version

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.17.6

Toggle v0.17.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
initialze `bins` map if it's nil (#202)

fixes #201

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>

v0.17.5

Toggle v0.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improves `bin ls` output (#196)

- Using tabs, caused in-consistent spacing across softwares.
- This commit resolves in-consistent tab spacing with simple spaces.

v0.17.4

Toggle v0.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes removing by lookup (#191)

fixes #190

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
0