Commit Graph

782 Commits

Author SHA1 Message Date
Trevor Brown
7d9e54643f Merge pull request #278 from kennyp/patch-1 Update Bash Completions 2018-02-11 15:04:06 -05:00
Daniel Perez
da966827f0 Merge pull request #273 from jthegedus/show-url-current-v Add print repo URLs with asdf plugin-list and adsf plugin-list-all 2018-02-11 15:04:06 -05:00
Kenny Parnell
ed04e4854b Fix lint error SC1102 2018-02-11 15:04:06 -05:00
Trevor Brown
ca261581c6 Merge pull request #272 from jthegedus/document-current-h Add asdf current to README and asdf -h 2018-02-11 15:04:06 -05:00
jthegedus
8374c227fc add --urls flag for asdf list-plugins
Fixed tests due to use of printf
2018-02-11 15:04:06 -05:00
Kenny Parnell
5a708c1dcd Update Bash Completions
- Add missing commands to completion
- Auto-completion for `plugin-add`. Only include plugins not included.
- Auto-completion for `update`
2018-02-11 15:04:06 -05:00
Trevor Brown
c1707bb190 Merge pull request #271 from jthegedus/master add to PATH once. Fixes #261 2018-02-11 15:04:06 -05:00
jthegedus
9f859145eb Add asdf current to README and asdf -h. Closes #257
PS. sorry bu Prettier ran on save
2018-02-11 15:04:06 -05:00
jthegedus
afac39f1fd Fix asdf current - and it was at this point I realised 2018-02-11 15:04:06 -05:00
Trevor Brown
35b1fe2b3c Merge pull request #270 from kendocode/update-readme-zsh Add zsh compinit info to readme 2018-02-11 15:04:06 -05:00
jthegedus
9b9ed3c2e3 add to PATH once. Fixes #261 2018-02-11 15:04:06 -05:00
jthegedus
b738413949 add indicator if installed on asdf plugin-list-all 2018-02-11 15:04:06 -05:00
kendocode
ff01fa67a8 Add zsh compinit info to readme 2018-02-11 15:04:06 -05:00
jthegedus
c6bc978c26 add escape for \n where necessary 2018-02-11 15:04:06 -05:00
jthegedus
88b21187fe update test accounting for URL output 2018-02-11 15:04:06 -05:00
jthegedus
5d523a5b50 Add print repo URLs with asdf plugin-list and adsf plugin-list-all
* Use printf for formatting
* Add error when plugin index at /asdf_dir/repository/plugins is not found
* add example of output to README
2018-02-11 15:04:06 -05:00
Trevor Brown
d081b54390 Ignore new shellcheck warnings in bash completions function. 2018-02-11 15:04:05 -05:00
Trevor Brown
ee082dc6ee Address warnings reported by new version of shellcheck. 2018-02-11 15:04:05 -05:00
Trevor Brown
3559f48a6f Correct escaping in command in release.sh. 2018-02-11 15:04:05 -05:00
Trevor Brown
a4986bb0cf Correct escaping in command in release.sh. 2018-02-11 15:04:05 -05:00
Trevor Brown
2e3dd6d2d3 Fixed issue in release.sh that caused backup file to be left in project root. 2018-02-11 15:04:05 -05:00
Trevor Brown
3f7a69eda6 Update version to 0.4.1 2018-02-11 15:04:05 -05:00
Trevor Brown
b97b32d88b Update CHANGELOG.md in preparation for 0.4.1 release. 2018-02-11 15:04:05 -05:00
Trevor Brown
870a2ec19e Fix bug in release.sh that checked for changelog entry. 2018-02-11 15:04:05 -05:00
Trevor Brown
561364a03a Add a check to release.sh to make sure an entry in the changelog already exists for the new version. 2018-02-11 15:04:05 -05:00
Trevor Brown
ec8487a60f
Merge pull request #278 from kennyp/patch-1
Update Bash Completions
2018-02-05 16:20:41 -05:00
Daniel Perez
d51386f569
Merge pull request #273 from jthegedus/show-url-current-v
Add print repo URLs with `asdf plugin-list` and `adsf plugin-list-all`
2018-01-31 02:00:08 +09:00
Trevor Brown
28ad11af3b
Merge pull request #272 from jthegedus/document-current-h
Add `asdf current` to README and `asdf -h`
2018-01-27 21:45:05 -05:00
Kenny Parnell
558583e6da
Fix lint error SC1102 2018-01-23 10:21:16 -05:00
Kenny Parnell
05161f2cf9
Update Bash Completions
- Add missing commands to completion
- Auto-completion for `plugin-add`. Only include plugins not included.
- Auto-completion for `update`
2018-01-22 23:46:47 -05:00
jthegedus
f99bdc75c0 add --urls flag for asdf list-plugins
Fixed tests due to use of printf
2018-01-14 19:38:00 +11:00
jthegedus
88d47bbd69 Fix asdf current - and it was at this point I realised 2018-01-14 17:49:29 +11:00
jthegedus
9e37613b86 add indicator if installed on asdf plugin-list-all 2018-01-14 17:08:21 +11:00
jthegedus
c48e117814 add escape for \n where necessary 2018-01-14 17:06:17 +11:00
jthegedus
4d2870dcd5 update test accounting for URL output 2018-01-14 15:50:49 +11:00
jthegedus
7b1cf56de0 Add print repo URLs with asdf plugin-list and adsf plugin-list-all
* Use printf for formatting
* Add error when plugin index at /asdf_dir/repository/plugins is not found
* add example of output to README
2018-01-14 14:37:48 +11:00
jthegedus
3dffa58909 Add asdf current to README and asdf -h. Closes #257
PS. sorry bu Prettier ran on save
2018-01-14 13:07:07 +11:00
Trevor Brown
0c3d299247
Merge pull request #271 from jthegedus/master
add to PATH once. Fixes #261
2018-01-13 10:36:01 -05:00
jthegedus
e2a98e1345 add to PATH once. Fixes #261 2018-01-14 00:42:55 +11:00
Trevor Brown
c838b99298
Merge pull request #270 from kendocode/update-readme-zsh
Add zsh compinit info to readme
2018-01-11 13:39:06 -05:00
kendocode
5fccd27e67 Add zsh compinit info to readme 2018-01-10 20:49:43 -06:00
Trevor Brown
df66739fe1 Ignore new shellcheck warnings in bash completions function. 2017-12-27 10:45:16 -05:00
Trevor Brown
e8819d43a4 Address warnings reported by new version of shellcheck. 2017-12-27 09:54:00 -05:00
Trevor Brown
afdb939444 Correct escaping in command in release.sh. 2017-12-26 12:16:25 -05:00
Trevor Brown
ecf35f83ea Correct escaping in command in release.sh. 2017-12-26 12:10:13 -05:00
Trevor Brown
6693a334e7 Fixed issue in release.sh that caused backup file to be left in project root. 2017-12-26 11:04:22 -05:00
Trevor Brown
12db51e483 Update version to 0.4.1 2017-12-26 11:01:30 -05:00
Trevor Brown
71bf4300b5 Update CHANGELOG.md in preparation for 0.4.1 release. 2017-12-26 11:01:08 -05:00
Trevor Brown
cf1833b211 Fix bug in release.sh that checked for changelog entry. 2017-12-26 10:56:57 -05:00
Trevor Brown
9fac6573cb Add a check to release.sh to make sure an entry in the changelog already exists for the new version. 2017-12-26 10:51:05 -05:00