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

Tags: mbevc1/bin

Tags

v0.11.0

Toggle v0.11.0's commit message
Merge branch 'master' of github.com:marcosnils/bin

v0.10.1

Toggle v0.10.1's commit message
Fix bzip2 install

Fixes marcosnils#117.

Kudos to @korpa for proposing the fix

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat empty input as default suggested by prompt (marcosnils#116)

The prompt,`Do you want to continue? [Y/n]`, uses conventional notation where capitalized letter is default option.
Empty input line results in `Command aborted` which is unexpected behavior to user.
This change treats empty string the same as `"y"`

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Accept manual PATH and trim the input before use (marcosnils#114)

When setting PATH directory manually, because the automatic detection
failed, bin enters a loop and never comes out of it. This change adds a
break after accepting the input and breaks out of the loop.

Also, the input seems to contain a newline at the end, which causes
further installation of binaries to fail due to malformed binary path.
In order to fix it, trimp white spaces from the given input before using
it.

v0.9.2

Toggle v0.9.2's commit message
Fix gitlab & github URL parsing

v0.9.1

Toggle v0.9.1's commit message
Fix issue when setting config path manually

Fixes marcosnils#111 which introduced a regression when adding the feature to
configure the setting path manually

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allows to set manual download dir if can't be automatically detected (m…

…arcosnils#108)

* Allows to set manual download dir if can't be automatically detected

This commits allows the user to specify a download directorty maunally
if it can't be automatically detected by traversing the PATH folders

Ideally it fixes 107

* Fix typo

* Implement default path configuration for windows

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add force flag for update (marcosnils#101)

* feat: add force flag for update

Relates to marcosnils#95

* feat: rename flag

* feat: remove viper dependency

* feat: add shorthand for yes

* Update cmd/update.go

Co-authored-by: Sune Keller <sune.keller+github@gmail.com>

Co-authored-by: Sune Keller <sune.keller+github@gmail.com>

v0.7.0

Toggle v0.7.0's commit message
Allow to update multiple binaries

v0.6.0

Toggle v0.6.0's commit message
This commit adds --all flag to install and update to skip

scoring process and return all assets fetched by a provider
regardless of the architecture and OS.

I haven't added any tests since if the logic is worng, current
tests fail due to scoring logic returning invalid results

Fixes marcosnils#96
0