Commit Graph

1645 Commits

Author SHA1 Message Date
Daniel Perez
61e014a2d6 Fix local command bug. 2016-05-14 11:11:16 +09:00
Daniel Perez
072a57e4cb Add command and instructions to test plugin. 2016-05-13 16:04:01 +09:00
Daniel Perez
dbbb0a5b7c Add maintainers to the README. 2016-05-13 13:06:14 +09:00
Charles Treatman
5e9b1cca77 Fix #52: Send any cd output to /dev/null
Users of `zsh` can define hook functions that execute when
the current directory changes.  If a user has their `zsh`
configured with a hook function that writes to stdout, the
`asdf` setup script will capture that output in addition to
the output of `pwd`, which causes a misconfiguration of the
`PATH` environment variable.

By redirecting the output, if any, of the `cd` command to
`/dev/null`, this ensures that the path to `bin` in `asdf`
is captured correctly regardless of `zsh` configuration.
2016-05-10 15:04:18 -04:00
Daniel Perez
3e31c40020 Make it possible to use fallback versions. 2016-05-04 02:22:48 +09:00
Akash Manohar
0c36c0036d Merge pull request #50 from tuvistavie/fix-local
Fix local command to support legacy files. Thank you @tuvistavie ~!
2016-05-02 21:18:42 +05:30
Daniel Perez
b0513a6da0 Fix local command to support legacy files. 2016-05-03 00:27:52 +09:00
Akash Manohar
c21215771c Merge pull request #47 from asdf-vm/hn/pr-24. Thank you @Stratus3D and @tuvistavie ~!
Check if legacy version file support is enabled before using it
2016-04-26 09:31:51 +05:30
Akash Manohar J
5739dd723a Check if legacy versions are enabled before using them 2016-04-25 05:02:18 +05:30
Akash Manohar J
18ed5c106a Merge latest master 2016-04-25 04:48:12 +05:30
Akash Manohar
16369f770c Merge pull request #46 from tuvistavie/local-global-commands
Add support for local and global commands. Thank you @tuvistavie ~!
2016-04-25 04:43:49 +05:30
Daniel Perez
784d7e9f34 Add support for local and global commands. 2016-04-25 02:13:09 +09:00
Akash Manohar
6abf98af4d Merge pull request #44 from tuvistavie/fish-support
Add fish support. Thank you @tuvistavie and @RobLoach for trying out fish shell support ~!
2016-04-24 22:19:06 +05:30
Akash Manohar
b9f0774f7b Merge pull request #45 from tuvistavie/config-file
Add support for config file. Thank you @tuvistavie. There goes fix #41 ~!
2016-04-24 22:13:49 +05:30
Daniel Perez
d4ee3aa999 Add support for config file. 2016-04-24 22:39:24 +09:00
Daniel Perez
3d388ec0a2 Add fish support. 2016-04-18 16:33:14 +09:00
Akash Manohar
cf942c8642 [Fix #30] Add @kennyp's golang plugin to readme. Thank you very much Kenny ~! 2016-04-09 21:26:19 +05:30
Akash Manohar
7c0bae3c3c Merge pull request #40 from smashedtoatoms/master
Updated README.md to include new plugins
2016-04-09 21:10:53 +05:30
Jason Legler
56311d3680 Updated README.md to include new plugins for postgres, redis, riak, and openresty. 2016-04-08 16:29:40 -06:00
Akash Manohar J
a0f13a8882 Add link to license 2016-03-16 10:29:50 +05:30
Akash Manohar J
9c66eb2407 Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
Akash Manohar
c0352b9ea7 Update README.md 2016-03-16 09:58:04 +05:30
Akash Manohar
ea44279896 Update urls to refer to organization 2016-03-16 09:52:07 +05:30
Akash Manohar
8e879d28fb Merge pull request #32 from NobbZ/patch-1
Fixed installation instructions. Thank you @NobbZ ~!
2016-03-12 22:25:53 +05:30
Norbert Melzer
ae221eb8eb Fixed installation instructions 2016-03-10 11:18:29 +01:00
Akash Manohar
c74f4a215d Merge pull request #31 from kennyp/bash-completion
Add bash completion. Thanks to @kennyp ~!
2016-03-01 10:26:16 +05:30
Kenny Parnell
0ed957b59e Add bash completion 2016-02-29 02:53:43 -05:00
Trevor Brown
dcfa52e2ca Correct if statement in get_tool_version_from_legacy_file function. 2016-02-13 14:10:58 -05:00
Trevor Brown
2e17f9eb03 Reorder variables the get_tool_version_from_legacy_file function. 2016-02-13 10:32:35 -05:00
Trevor Brown
9080ff2e33 Fix bug in get_preset_version_for function. Refactor the get_tool_version_from_legacy_file function. 2016-02-13 10:30:34 -05:00
Akash Manohar J
c071a97808 Merge branch 'master' of https://github.com/HashNuke/asdf 2016-01-17 08:01:04 +05:30
Akash Manohar J
d217514081 Fix loop bug during install with blank line in .tool-versions 2016-01-17 08:00:53 +05:30
Akash Manohar
253fce2d80 Remove ncurses from list of packages for OSX 2016-01-04 11:25:26 +05:30
Akash Manohar
c312b77137 Merge pull request #27 from Jwashton/master
Fixes #26. Thank you @Jwashton.
2015-12-23 05:47:56 +05:30
William Ashton
f4f35be9d6 Fixes #26 2015-12-22 19:00:18 -05:00
Akash Manohar
e4284b4964 Merge pull request #25 from justin-calleja/zsh-basic-autocomp
Adds (very) basic zsh autocompletion. Thank you @justin-calleja ~!
2015-12-05 19:51:51 +05:30
Justin
7476c02f0a Adds (very) basic zsh autocompletion 2015-12-05 11:14:37 +01:00
Trevor Brown
d7542d9f8f Update get_tool_version_from_legacy_file function to check for script with dashes instead of underscores. 2015-11-29 12:09:39 -05:00
Trevor Brown
0a2ff4de5c Fix logic error that was causing .tool-versions file higher in directory tree to override legacy version file. 2015-11-28 18:02:58 -05:00
Trevor Brown
89c341829c First working version of utils.sh with legacy version file support. 2015-11-28 17:27:54 -05:00
Trevor Brown
30173d4dcf Add details on get_version_from_legacy_file script to creating-plugins.md document. 2015-11-27 11:17:46 -05:00
Akash Manohar
ad0d365cf4 Executable check should use actual file path 2015-11-19 08:49:19 +05:30
Akash Manohar
fdf267509b Merge pull request #23 from Stratus3D/install_command_doc
Add more details to the 'asdf install' command help and the README
Thank you @Stratus3D ~!
2015-11-17 18:23:21 +05:30
Trevor Brown
2a6e0c460a Add more details to the 'asdf install' command help. 2015-11-17 07:35:17 -05:00
Akash Manohar
adf5344844 Merge pull request #22 from Stratus3D/shim_check
Creates shims only for executables. Thank you @Stratus3D ~!
2015-11-13 22:11:32 +05:30
Stratus3D
225c690893 Remove duplicate call to write_shim_script. 2015-11-13 11:36:25 -05:00
Trevor Brown
8e96be3243 Remove todo comment. 2015-11-05 06:43:12 -05:00
Trevor Brown
9bdc207ee2 Add check to ensure file is an executable in generate_shims_for_version function. 2015-11-05 06:35:53 -05:00
Akash Manohar J
152b361f26 Refactor readme and add @Stratus3d's Lua plugin to the list 2015-11-05 00:18:44 +05:30
Akash Manohar
f4aa56b764 Merge pull request #20 from PSPDFKit-labs/master
Fix path: syntax in .tools-version & use exec
2015-10-26 08:17:57 +05:30