Commit Graph

324 Commits

Author SHA1 Message Date
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
Martin Schürrer
aaa8abfd23 Don't spawn subshells, use exec 2015-10-01 19:31:53 +02:00
Akash Manohar J
89f5566fb4 Just use exit code 1 instead of inheriting it 2015-08-11 21:50:46 +05:30
Martin Schürrer
78d516d063 Fix path: syntax in .tools-version 2015-08-11 12:33:08 +02:00
Akash Manohar J
ec866a1bb1 Fix #19: Delete install path if install fails 2015-07-28 11:32:56 +05:30
Akash Manohar
71b4f60627 Merge pull request #17 from wicliff/pw_help
Fix help.txt
2015-07-06 16:28:42 +05:30
Praveen Wicliff
e18943362c Changed help instructions. Command is uninstall not remove 2015-07-06 16:21:38 +05:30
Praveen Wicliff
7ae5473de0 Changed help instructions. Command is uninstall not remove 2015-07-06 16:19:37 +05:30
Akash Manohar J
b4ef130a32 Fix looping 2015-06-24 22:43:15 +05:30
Akash Manohar J
2f8ffabde6 Fix #15: asdf install from .tool-versions; Fix loops 2015-06-24 20:41:13 +05:30
Akash Manohar J
d428c044fc fix get_tool_version_from_file 2015-06-24 19:33:25 +05:30
Akash Manohar J
9f99442603 Merge branch 'master' of github.com:HashNuke/asdf 2015-06-24 19:17:25 +05:30
Akash Manohar J
3d64dd99ab Read global tool versions file if local doesnt specify package 2015-06-24 19:16:49 +05:30
Akash Manohar J
a8eb26559e Update install instructions 2015-06-17 06:15:34 +05:30
Akash Manohar J
32c5c1a858 Check if source or dot operator is used 2015-06-17 06:14:27 +05:30
Akash Manohar
9e3e0a64ef Merge pull request #13 from kdisneur/hotfix-skip-reinstall
Exit 0 after already-installed warning. Thank you @kdisneur ~!
2015-06-16 08:26:12 +05:30
Kevin Disneur
8904de08d3
Skip installation if the version is already installed 2015-06-15 20:04:58 +01:00
Akash Manohar J
6f6ac56540 Merge branch 'master' of https://github.com/HashNuke/asdf 2015-06-15 18:32:42 +05:30
Akash Manohar J
77d4169cac 'Already installed' is a warning exit normally 2015-06-15 18:30:20 +05:30
Akash Manohar J
6b3a6f0011 Warn if plugin already installed 2015-06-15 18:29:27 +05:30
Akash Manohar J
8cc8bf1f4e Fix typo in help section 2015-06-14 18:55:55 +05:30
Akash Manohar J
bf0f9bc1fe Remove bulleting from plugin list 2015-06-14 18:55:20 +05:30