Commit Graph

  • 6f994715d6 Fixed incorrect sorting of versions Lucian Holland 2011-09-06 23:12:56 +0100
  • 8dad534464 Remove broken wget emulation Tim Caswell 2011-11-03 16:19:26 -0500
  • 335a253323 [docs] Document `run` command Maciej Małecki 2011-10-29 10:04:37 +0200
  • 09483f422e [feature] Add `run` command Maciej Małecki 2011-10-29 09:39:30 +0200
  • 82c40f1148 add an "nvm versions" argument to list available versions get the lastest node with "nvm intall latest" Chris Bell 2011-10-15 09:35:41 -0700
  • 4692f496da Merge pull request #71 from bronson/master Tim Caswell 2011-10-05 14:48:21 -0700
  • 30a8170237 Merge 26b07fbdff into ff3e7d4025 GitHub Merge Button 2011-10-05 14:47:43 -0700
  • 26b07fbdff remove references to stable and latest Scott Bronson 2011-10-05 12:47:57 -0700
  • 656549dd44 make "list" a synonym for "ls" Scott Bronson 2011-10-05 12:43:50 -0700
  • ff3e7d4025 Merge pull request #70 from mdiniz/master Tim Caswell 2011-10-01 16:37:41 -0700
  • 5c5116a79e Merge f939adbedb into ac9a52886d GitHub Merge Button 2011-10-01 16:37:23 -0700
  • f939adbedb Fix wrong full version matching Marcelo Diniz 2011-10-02 00:59:20 +0200
  • ac9a52886d Remove support for sync latest and stable. I never liked them. Fork if you want them Tim Caswell 2011-09-28 10:56:16 -0700
  • 273aeeee73 Merge pull request #67 from mmalecki/already-installed Tim Caswell 2011-09-19 15:09:32 -0700
  • 656778e0f2 Merge 33c91398bf into 087ce15ccd GitHub Merge Button 2011-09-19 15:09:07 -0700
  • 33c91398bf Don't allow installing already installed version. Maciej Małecki 2011-09-17 13:16:37 +0200
  • 087ce15ccd Merge pull request #62 from welwood08/patch-1 Tim Caswell 2011-09-05 11:01:31 -0700
  • 7cec8d8cca Merge 92703939ee into d6ef0c47a5 GitHub Merge Button 2011-09-05 11:01:09 -0700
  • 7bbc436bc6 Merge 53ada2b7f3 into d6ef0c47a5 GitHub Merge Button 2011-09-05 07:21:01 -0700
  • 53ada2b7f3 Support nvm ls installed Ian MacLeod 2011-09-04 16:38:21 -0700
  • 92703939ee uninstall should delete the extracted source files from the src directory, not nvm root Will 2011-09-04 14:27:04 +0200
  • d6ef0c47a5 Merge pull request #60 from croach/master Tim Caswell 2011-08-29 12:40:08 -0700
  • 687059bfcb Merge fd1eb7559b into c562a491ca GitHub Merge Button 2011-08-29 12:39:58 -0700
  • fd1eb7559b Added a fix for issue #59 Christopher Roach 2011-08-27 18:02:41 -0700
  • c562a491ca Merge pull request #57 from ghuntley/zsh Tim Caswell 2011-08-25 09:16:22 -0700
  • c926a13f66 Merge 964e7c303c into 2ecd1fac63 GitHub Merge Button 2011-08-25 09:15:57 -0700
  • 964e7c303c updated shorthand for -# to --progress-bar on wget emulation function() Geoffrey Huntley 2011-08-25 14:32:47 +1000
  • 1251684440 - version detection now works with zsh - curl routine now compatible with zsh - changed curl to use --progress-bar instead of unsafe shorthand (-#) Geoffrey Huntley 2011-08-25 14:03:13 +1000
  • 2ecd1fac63 Merge pull request #54 from evnm/add-uninstall-and-unalias Tim Caswell 2011-08-19 21:20:50 -0700
  • cbb2d33fae Merge 46302a25d2 into d5638cb241 GitHub Merge Button 2011-08-19 21:20:18 -0700
  • 46302a25d2 Add unalias and uninstall commands. Evan Meagher 2011-08-19 18:00:25 -0700
  • 7c0c75c72a Merge 767777ca15 into d5638cb241 GitHub Merge Button 2011-08-18 09:35:25 -0700
  • d5638cb241 Merge pull request #44 from zzen/patch-1 Tim Caswell 2011-08-18 09:35:12 -0700
  • 8fdfeec7bb Merge 4c8d3a70ea into e9f35e7b15 GitHub Merge Button 2011-08-18 09:34:38 -0700
  • 20722fe58b Merge a06801226f into e9f35e7b15 GitHub Merge Button 2011-08-18 09:32:56 -0700
  • 6e5a9870d1 Merge ab38befff1 into e9f35e7b15 GitHub Merge Button 2011-08-18 09:31:54 -0700
  • ed5f15c0aa Merge 76b76e9cf5 into e9f35e7b15 GitHub Merge Button 2011-08-18 09:30:45 -0700
  • 140b92265a Merge 7cbff22d1d into e9f35e7b15 GitHub Merge Button 2011-08-18 09:30:07 -0700
  • 7cbff22d1d nvm sync - fix the distribution path of >v0.5.0 appajee 2011-08-06 19:12:47 -0700
  • 76b76e9cf5 Added a fix for Issue #50 Christopher Roach 2011-07-27 23:39:46 -0700
  • e9f35e7b15 don't shed all over the user's shell Kieran Huggins 2011-07-28 01:31:35 -0400
  • 460577e7a1 Merge fab5db0ec8 into c10ca74b5b GitHub Merge Button 2011-07-27 22:15:20 -0700
  • fab5db0ec8 add support for release directories ( e.g. >= v0.5.1 ) Kieran Huggins 2011-07-27 17:50:41 -0400
  • 5a275596af for node v0.5.1 ymd6 2011-07-16 21:32:02 +0900
  • 4c8d3a70ea Added copy-packages command Jakub Nešetřil 2011-07-02 09:14:48 -0700
  • a06801226f Create a symlink to every alias's node binary. Dan Lidral-Porter 2011-06-30 16:19:36 -0700
  • 7f08fa41da ported rvm-shell from RVM into nvm as nvm-shell. Yamashita Yuu 2011-06-24 03:22:45 +0900
  • ab38befff1 Remove extraneous mkdir. Evan Meagher 2011-06-07 10:57:58 -0700
  • 77ba1f5902 added functionality of fetching master branch from github repo. Yamashita Yuu 2011-05-31 23:03:50 +0900
  • c10ca74b5b NVM shouldn't really be a NPM module Tim Caswell 2011-05-05 13:55:09 -0700
  • 8d97b78da7 Fix a couple little bugs Tim Caswell 2011-05-05 13:51:08 -0700
  • 0d63a2406a Use --progress-bar instead of -# in curl commands Tim Taylor 2011-05-04 05:48:56 -0400
  • 767777ca15 fixed problems, if CDPATH is set Alexander Sulfrian 2011-05-03 11:11:19 +0200
  • d509e32c6f Merge pull request #24 from carter-thaxton/master. Tim Caswell 2011-05-02 13:46:15 -0700
  • f9ed24c926 Merge 61585251f5 into 83520186d8 GitHub Merge Button 2011-05-02 13:29:18 -0700
  • 90714dcd3e Rm aliases that point to uninstalled versions. Evan Meagher 2011-04-11 16:07:04 -0700
  • d24f7ca880 Error and return on attempt to unalias nonexistent alias. Evan Meagher 2011-04-10 18:43:46 -0700
  • 684b38ecab Add unalias command. Evan Meagher 2011-04-10 15:56:18 -0700
  • 78c9dc53bc Add uninstall command. Evan Meagher 2011-04-10 15:55:51 -0700
  • 61585251f5 Force unaliased use of ls, for those of us who alias ls in their shell Carter Thaxton 2011-04-09 14:47:50 -0700
  • 83520186d8 Bump version v0.1.0 Tim Caswell 2011-02-25 12:33:32 -0800
  • 37ffd82af4 Update readme and comment Tim Caswell 2011-02-25 11:53:38 -0800
  • 2d4c9b0846 Merge remote-tracking branch 'origin/master' Isaac Wolkerstorfer 2011-02-25 20:30:08 +0100
  • f50e7b1d05 Merge branch 'versions' Isaac Wolkerstorfer 2011-02-25 20:14:47 +0100
  • 66a9f01a0e Fix for ZSH by wavded Tim Caswell 2011-02-25 09:17:27 -0800
  • f668d354a9 Update the sample text to reflect current stable Tim Caswell 2011-02-18 09:46:47 -0800
  • d13d6b199a use a subshell instead of setting the START var Scott Bronson 2011-02-13 21:06:13 -0800
  • ba46b553ed use a subshell instead of setting the START var Scott Bronson 2011-02-13 21:06:13 -0800
  • cd3304548f Fix some syntax issues Isaac Wolkerstorfer 2011-01-29 16:24:42 +0100
  • 45b89ab396 Create alias dir on demand Isaac Wolkerstorfer 2011-01-25 17:12:13 +0100
  • 57d62762e1 Don't overwrite existing NVM_DIR vars Isaac Wolkerstorfer 2011-01-25 17:29:49 +0100
  • 8ec6fb22fd Create alias dir on demand Isaac Wolkerstorfer 2011-01-25 17:12:13 +0100
  • 3d0082fa60 Suppress unnecessary output Isaac Wolkerstorfer 2011-01-24 17:11:46 +0100
  • 85566c9682 Merge curl/wget and version changes Isaac Wolkerstorfer 2011-01-22 21:52:27 +0100
  • c060a287d0 Use curl or wget, whichever is available Isaac Wolkerstorfer 2011-01-22 21:07:27 +0100
  • 590b283e65 Change version() to nvm_version() Isaac Wolkerstorfer 2011-01-22 20:54:15 +0100
  • a7328b3711 Add output to sync if stable/latest changes Isaac Wolkerstorfer 2011-01-22 19:31:20 +0100
  • 861766372d Add a special "default" alias Isaac Wolkerstorfer 2011-01-22 19:16:24 +0100
  • f10ac8e8c3 Fix README for ls command Isaac Wolkerstorfer 2011-01-22 19:13:02 +0100
  • a77c632e2a Add aliases to versions Isaac Wolkerstorfer 2011-01-22 19:12:13 +0100
  • 0f6680e8b7 Use version descriptors for 'install' and 'use' Isaac Wolkerstorfer 2011-01-22 17:57:08 +0100
  • b2c6be9e08 Show all available versions in ls Isaac Wolkerstorfer 2011-01-22 17:48:57 +0100
  • 666e1794fa another solution to get ZSH and BASH both to work Marc Harter 2011-01-20 16:47:30 -0600
  • 95c8e4fbac BASH_ARGV[0] doesn't work in ZSH Marc Harter 2011-01-11 10:53:53 -0600
  • 8e0406e95b Don't bloat npm v0.0.6 Tim Caswell 2011-01-04 17:49:54 -0800
  • d3b5853454 Set MANPATH on nvm use and deactivate Carter Thaxton 2010-12-11 20:19:23 -0800
  • 077a661696 zsh prompts get interfered with environment variables that are named the directory you are in. Don't define START unless we need to. Tim Caswell 2010-12-10 12:52:58 -0800
  • b69a2b7fc3 Bump version Tim Caswell 2010-12-10 12:43:42 -0800
  • 924d965964 Clean up npm integration a little bit Tim Caswell 2010-12-10 12:43:27 -0800
  • 926ea1d8e9 Bump version Tim Caswell 2010-12-10 11:50:46 -0800
  • 4fb13d113e Merge branch 'master' of https://github.com/isaacs/nvm Tim Caswell 2010-12-10 11:50:14 -0800
  • dd32e5880d Trim and update nvm Tim Caswell 2010-12-10 11:32:16 -0800
  • 9ef89f51c9 v0.0.3 isaacs 2010-11-25 01:43:02 -0800
  • b82bcfbd47 A package.json install that works. isaacs 2010-11-25 01:42:24 -0800
  • a078d6427b Install npm automatically Tim Caswell 2010-12-10 11:42:19 -0800
  • 91d2be5179 Trim and update nvm Tim Caswell 2010-12-10 11:32:16 -0800
  • c657328c8d I guess export isn't needed in this context. Tim Caswell 2010-06-08 07:42:35 -0700
  • 641cbb634d Fix typo. Tim Caswell 2010-06-08 07:40:51 -0700
  • d143b5f491 Update the readme since $NVM_DIR's default doesn't seem to be working. Tim Caswell 2010-06-08 07:39:57 -0700
  • e0bbea635f Don't make the function definition file executable Tim Caswell 2010-05-14 10:41:45 -0700