Akash Manohar
b282ddaebc
Add which command to help.txt
2015-05-27 12:51:32 +05:30
Akash Manohar
98180ce50b
Add example for which command
2015-05-27 12:50:23 +05:30
Akash Manohar J
00fa189b6e
Rename package_name var to plugin_name everywhere
2015-05-27 12:16:17 +05:30
Akash Manohar J
ecd559545d
package_name should be plugin_name
2015-05-27 12:13:26 +05:30
Akash Manohar J
d037628e7e
Add which command
2015-05-27 12:13:10 +05:30
Akash Manohar J
af4784e516
Check if version is installed
2015-05-25 11:35:05 +05:30
Akash Manohar J
b6745165a8
Add link to nodejs plugin
2015-05-24 15:54:20 +05:30
Akash Manohar J
97bdbc01b1
Fix shim and reshim
2015-05-24 15:12:30 +05:30
Akash Manohar J
0310c6e669
t push origin master
...
Merge branch 'master' of https://github.com/HashNuke/asdf
2015-05-24 15:04:35 +05:30
Akash Manohar J
44e991b49e
mkdir install path
2015-05-24 15:04:20 +05:30
Akash Manohar J
3217a1f99e
Merge and resolve conflicts
2015-05-24 15:03:56 +05:30
Akash Manohar J
bcb4780b33
Add shim command
2015-05-24 15:02:38 +05:30
Akash Manohar
5f6cf27567
Update README.md
2015-05-22 11:40:15 +05:30
Akash Manohar J
e4cde2a10c
Warn if version already installed
2015-05-22 10:58:18 +05:30
Akash Manohar J
9ca6cd269f
list-all does not need the arguments
2015-05-22 10:49:07 +05:30
Akash Manohar J
1d9fe07a11
Adhere to new & stable plugin API
2015-05-22 10:47:44 +05:30
Akash Manohar J
540fb8eabc
Use ref
2015-05-22 10:41:48 +05:30
Akash Manohar J
a049ac1c2e
New plugin API
2015-05-22 10:41:37 +05:30
Akash Manohar J
76befa04c8
Merge branch 'master' of https://github.com/HashNuke/asdf
2015-05-22 10:19:55 +05:30
Akash Manohar J
0f1db84981
Remove last use of tag/commit
2015-05-22 10:19:39 +05:30
Akash Manohar J
2bb9fa036d
Simplify tag/commit to ref
2015-05-22 10:17:27 +05:30
Akash Manohar J
1b68f5fc7c
Update readme with note about version when installing
2015-05-22 10:14:53 +05:30
Akash Manohar
b85f434419
Review and update
...
Just reviewed this.
Note to self: Don't point out other projects. It's their hardwork.
Sorry. I can erase the git history, but that's like doing something bad and saying "I didn't do it"
So, I'll just leave the history/commits out in the open.
Thanks for your understanding
2015-05-22 10:11:10 +05:30
Akash Manohar J
e1a95ea51f
grammar nazi
2015-05-22 10:06:45 +05:30
Akash Manohar
0a6b41c313
Update README.md
2015-05-22 10:04:41 +05:30
Akash Manohar
4aa713b2c9
Remove asdf-use from readme; Seems useless
...
Add note about $HOME/.tool-versions
2015-05-22 09:54:37 +05:30
Akash Manohar
2594321556
Rename docs/ballad-of-asdf.md to ballad-of-asdf.md
2015-05-22 06:59:27 +05:30
Akash Manohar J
b31b4aef67
Use source and set env vars for exec-env
2015-05-21 14:35:26 +05:30
Akash Manohar J
5be6ee1440
Update plugin-push and plugin-update
2015-05-21 10:01:09 +05:30
Akash Manohar J
f8b81f13a0
source plugin-push command
2015-05-21 09:56:41 +05:30
Akash Manohar J
1d39f0ae49
Merge branch 'master' of https://github.com/HashNuke/asdf
2015-05-21 09:55:50 +05:30
Akash Manohar J
07c66d4282
Add plugin-push to make development easier
2015-05-21 09:55:17 +05:30
Akash Manohar J
9f4c1d022f
Resolve conflicts and merge
2015-05-21 07:14:24 +05:30
Akash Manohar J
beaefd696f
Check if executable exists before trying to execute it
2015-05-21 07:12:38 +05:30
Akash Manohar J
8c959f4286
Merge branch 'master' of https://github.com/HashNuke/asdf
2015-05-20 12:36:52 +05:30
Akash Manohar J
a7d1b31dad
Use dot operator instead; Allow exporting env vars
2015-05-20 12:36:06 +05:30
Akash Manohar J
0ffd6d9e79
Stick to bash for shims too
2015-05-20 12:22:46 +05:30
Akash Manohar J
4fa59fe271
Support path:/foo/bar in .tool-versions for custom installs
2015-05-20 12:20:37 +05:30
Akash Manohar J
397c2aa873
Add autoconf automake libtool unixodbc to the list
2015-05-19 14:23:09 +05:30
Akash Manohar J
79d61b38b7
clearly say no versions found
2015-05-19 12:17:00 +05:30
Akash Manohar J
1c0e47646d
Add libffi-dev to the list of pkgs to install
2015-05-19 12:16:51 +05:30
Akash Manohar J
16315f2cc1
Add .vagrant to gitignore
2015-05-19 11:00:59 +05:30
Akash Manohar J
51816a4071
Add a Vagrantfile to test on ubuntu
2015-05-19 11:00:40 +05:30
Akash Manohar J
237a5ab59e
Fix #1 : Better to stick to a single common shell
...
Referred a couple other version managers. The advantage is not having to
maintain the scripts for other shells (bash comes by default everywhere
I've seen).
2015-05-19 10:44:10 +05:30
Akash Manohar J
c176f71a4a
Add note about installing packages required
2015-05-19 10:38:42 +05:30
Akash Manohar J
7524633e47
Take up less vertical space for help command
2015-05-18 08:01:04 +05:30
Akash Manohar J
07da81d1c2
Fix use command description
2015-05-18 07:01:24 +05:30
Akash Manohar J
0e1627fe20
Merge branch 'master' of github.com:HashNuke/asdf
2015-05-18 06:58:16 +05:30
Akash Manohar
737c6cc384
Update creating-plugins.md
2015-05-18 06:57:38 +05:30
Akash Manohar J
a1d43f524d
Merge branch 'master' of github.com:HashNuke/asdf
2015-05-18 06:55:46 +05:30