0
0
mirror of https://github.com/tj/n.git synced 2024-11-29 05:42:48 +01:00
Commit Graph

222 Commits

Author SHA1 Message Date
Max Rittmüller
484be00f41 Fixed support for using version numbers with 'v' in front 2015-07-22 18:10:28 +02:00
Max Rittmüller
79760f3b7d Fixed support for deletion of several versions 2015-07-22 11:28:19 +02:00
Max Rittmüller
53d157c89d Prevent removing the currently active version of Node.js/io.js 2015-07-21 14:23:08 +02:00
Max Rittmüller
2a400cc835 Replaced --strip with --strip-components 2015-07-19 23:10:25 +02:00
Max Rittmüller
2209c4acd8 Merge branch 'issue-184' of git://github.com/tedgaydos/n into tedgaydos-issue-184 2015-07-19 14:52:08 +02:00
Max Rittmüller
93689ade05 1.4.0 2015-07-19 14:18:59 +02:00
Max Rittmüller
2ee5652ec7 Corrected help output 2015-07-13 22:30:33 +02:00
Max Rittmüller
f68db220b6 Merge branch 'master' of git://github.com/ralphtheninja/n into ralphtheninja-master 2015-07-13 22:27:12 +02:00
Max Rittmüller
f54b01ca6b Merge branch 'master' of git://github.com/wyvernnot/n into wyvernnot-master 2015-07-13 22:22:36 +02:00
Max Rittmüller
f6fb546cae Merge branch 'download-only-option' of https://github.com/maxrimue/n into maxrimue-download-only-option 2015-07-13 22:22:04 +02:00
Max Rittmüller
f45c418674 Merge branch 'issue-255' of git://github.com/tedgaydos/n into tedgaydos-issue-255 2015-07-13 22:19:10 +02:00
Max Rittmüller
11d2d95dee Merge branch 'issue-205' of git://github.com/tedgaydos/n into tedgaydos-issue-205 2015-07-13 22:18:10 +02:00
Max Rittmüller
d808518bc2 Merge branch 'issue-260' of git://github.com/tedgaydos/n into tedgaydos-issue-260 2015-07-13 22:15:51 +02:00
Max Rittmüller
a26456acfb Merge branch 'issue-263' of git://github.com/tedgaydos/n into tedgaydos-issue-263 2015-07-13 22:15:22 +02:00
Max Rittmüller
64d64774b8 Merge branch 'support-upcoming-nodejs-armv6-builds' of https://github.com/maxrimue/n into maxrimue-support-upcoming-nodejs-armv6-builds 2015-07-13 22:14:40 +02:00
Lars-Magnus Skog
38c9b39ca1 Document -a|--arch option 2015-06-16 18:18:52 +02:00
Lars-Magnus Skog
eb3651a7ea Add -a|--arch to override arch
On linux you can install and run 32 bit on a 64 bit system.
This change enables doing e.g.:

$ n -a x86 0.12.4
$ n --arch x86 0.12.4
$ n io --arch x86 latest

This is *very* handy when creating prebuilt binaries and want to build for
32 bit systems on a 64 bit system (e.g. leveldown).
2015-06-16 17:29:18 +02:00
wangyan
9c72e51a45 only extract from lines which contain <a></a> tags, in this way prevent 3.2.0 from
```html
    <link href="//dn-staticfile.qbox.me/twitter-bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
```
2015-06-10 17:28:37 +08:00
Max Rittmüller
85216a6d15 Corrected variable declaration 2015-05-24 21:12:46 +02:00
Max Rittmüller
2283db4048 Adding support for upcoming Nodejs ARMv6 builds 2015-05-24 20:06:16 +02:00
Ted Gaydos
febf5f6316 Fixed sorting display of installed versions 2015-05-08 15:33:57 -04:00
Max Rittmüller
7c76ac5626 Test for new way to check argument 2015-05-08 17:03:23 +02:00
Ted Gaydos
7961b05e52 Replaced --strip with --strip-components 2015-05-08 10:15:45 -04:00
Ted Gaydos
9b4ec677f7 Removed prev, major version bump. Issue #184 2015-05-08 10:02:00 -04:00
Ted Gaydos
17fc12fbe4 Fix for issue #230 2015-05-08 09:52:51 -04:00
Ted Gaydos
cec82dc87d Quiet mode requested in issue #205 2015-05-08 09:43:24 -04:00
Ted Gaydos
483a22daa3 Fix for issue #255 2015-05-08 09:16:58 -04:00
Max Rittmüller
36677b4263 Added documentation 2015-05-07 16:40:23 +02:00
Max Rittmüller
061d2ce239 Added "--download" 2015-05-07 16:27:45 +02:00
Max Rittmüller
27a7d9e264 Adds new "download only option" 2015-05-06 22:56:55 +02:00
Travis Webb
c8f5e5d2bf Merge pull request #239 from altern8tif/master
Add newline to display_bin_path_for_version
2015-04-14 22:50:15 -04:00
Ted Gaydos
cb665d07f6 include folder was not being copied to working path. 2015-03-24 10:24:05 -04:00
Ted Gaydos
df2d1746e5 Fixed a typo in the include path. 2015-03-24 09:26:00 -04:00
Travis Webb
532b0ec748 updated VERSION 2015-03-21 12:29:15 -04:00
Travis Webb
32324d5518 Merge pull request #235 from maxrimue/repairing-cp-issue-for-older-nodejs-versions
Fixing problem with older Node.js versions than v0.10.24
2015-03-21 12:26:51 -04:00
Max Rittmüller
d5eb3695fe Shortened code 2015-03-21 12:26:37 +01:00
Travis Webb
9643aaf5c9 Merge pull request #242 from ralphtheninja/master
fix bug with not showing active or downloaded io versions
2015-03-20 20:37:22 -04:00
Travis Webb
4bac9f5081 Merge pull request #234 from maxrimue/support-for-armv6-and-armv7
Adding support for ARMv6 and ARMv7
2015-03-19 13:48:21 -04:00
Kevin Kwa
890598c105 Merge remote-tracking branch 'upstream/master' 2015-03-16 19:27:39 +08:00
Lars-Magnus Skog
1698196c0c fix bug with not showing active or downloaded io versions 2015-03-15 21:28:36 +01:00
Lars-Magnus Skog
c93c7dfa9b get rid of backticks 2015-03-15 15:24:25 +01:00
Kevin Kwa
8ba08cfc26 Add newline to display_bin_path_for_version 2015-03-11 15:31:59 +08:00
Max Rittmüller
24f4434e5b Fixing problem with older Node.js versions than v0.10.24 2015-03-03 19:28:57 +01:00
Max Rittmüller
f0f2bccd28 Adding support for ARMv6 and ARMv7 2015-03-03 17:53:25 +01:00
Médi-Rémi Hashim
253baa3a77 Reorder arguments of find to suppress warning 2015-02-04 16:42:52 +00:00
Boopathi Rajaa
42df056cdf Removes all hacky implementations for iojs support and supports env passed as the first optional parameter 2015-01-18 02:27:08 +05:30
Boopathi Rajaa
df9b40f532 Support for iojs and uses https urls 2015-01-14 16:23:25 +05:30
Suyash Verma
6fa4896635 Fix Version Inconsistency 2014-12-30 19:10:44 +05:30
Médi-Rémi Hashim
562a2b2948 Remove -s flag from read.
Using `stty -echo` for hiding user input means that you can omit the
`-s` flag from `read`.
2014-12-02 20:21:35 +00:00
medimatrix
ad4faa1fd2 Use tput instead of clear. Closes #196
Thanks to @sameoldmadness for the help!
2014-12-02 18:18:01 +00:00