0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 13:41:07 +00:00
Commit Graph

260 Commits

Author SHA1 Message Date
Ahmad Nassri
dfbce67c27 remove extra spacing 2015-02-11 13:44:39 -05:00
Ahmad Nassri
641a881e27 adding reference to iojs
- looking at the README a visitor wouldn't see support of iojs.
- updating to match `n --help` output
2015-02-11 13:42:24 -05:00
Travis Webb
75a3c8b181 Merge pull request #214 from boopathi/master
Support for iojs and uses https urls
2015-02-04 09:47:40 -05: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
Travis Webb
12401c8966 Merge pull request #211 from grey93/grey93/fix-version-inconsistency
Fix Version Inconsistency
2014-12-30 20:00:04 -05:00
Suyash Verma
6fa4896635 Fix Version Inconsistency 2014-12-30 19:10:44 +05:30
Travis Webb
bab23c4934 1.2.13 2014-12-28 12:19:13 -05:00
Travis Webb
d97b89bb80 1.2.12 2014-12-28 12:18:54 -05:00
Travis Webb
86ba8abd3a updated package.json 2014-12-28 12:18:48 -05:00
Travis Webb
eb1cd5d1ef 1.2.11 2014-12-28 12:15:56 -05:00
Travis Webb
135ff5c740 add contributor 2014-12-28 12:15:48 -05:00
Travis Webb
c4238cd6f7 Merge branch 'master' of github.com:tj/n 2014-12-28 12:14:26 -05:00
Travis Webb
282d8b86db 1.2.10 2014-12-28 12:14:08 -05:00
Travis Webb
ca0ebc4b21 Merge pull request #203 from medimatrix/master
Use tput instead of clear. Closes #196
2014-12-28 12:13:32 -05:00
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
Travis Webb
3a302b7a8b Merge pull request #186 from jbnicolai/fix-arguments-call
Add double quotes around ${@}, otherwise it's just like $* and breaks on spaces
2014-07-17 23:54:49 -04:00
Joshua Appelman
9c2e6b8b6f Add double quotes around ${@}, otherwise it's just like $* and breaks on
spaces.

See: https://github.com/koalaman/shellcheck/wiki/SC2068
2014-07-06 05:16:31 +02:00
Travis Webb
3c486acc64 Update n 2014-06-29 22:17:21 -04:00
Travis Webb
e92ab70e43 1.2.9 2014-06-29 04:23:44 -04:00
Travis Webb
ed6fbabdb7 Merge pull request #178 from yorkie/patch-1
fix #177, add a lock file for n
2014-06-29 04:22:17 -04:00
Yazhong Liu
562f9ecb5f fix #177, add a lock file for n 2014-06-29 14:49:19 +08:00
Travis Webb
1a0b1df0a5 Merge pull request #182 from tjwebb/constraints
metadata update, v1.2.8 release
2014-06-28 00:31:46 -04:00
Travis Webb
39b8d6a44d modified: package.json
- update package.json constraints, added keywords
2014-06-28 00:26:47 -04:00
Travis Webb
9b03a5256e Merge pull request #179 from hax/patch-1
Avoid copy README/LICENSE/Changelog to /user/local
2014-06-27 23:28:45 -04:00
HE Shi-Jun
ef5305542d Avoid copy README/LICENSE/Changelog to /user/local 2014-06-11 03:35:59 +08:00
Travis Webb
69c16e4eeb Merge pull request #126 from hstkk/which
Replace last which command with command -v
2014-06-04 15:09:36 -04:00
Travis Webb
81f2d4afdb Merge pull request #176 from darrenderidder/master
add support for repo mirrors via N_MIRROR env variable
2014-05-25 22:30:41 -04:00
Darren DeRidder
bba5246146 Remove debug echo 2014-05-22 01:36:07 -04:00
Darren DeRidder
db7ef2d479 Update help message. 2014-05-21 13:42:31 -04:00
Darren DeRidder
5a2f5446f6 Use environment variable N_MIRROR to set download mirror. 2014-05-21 13:40:11 -04:00
Darren DeRidder
2f26f4b5a3 More permissive regex for mirror url. 2014-05-21 11:51:47 -04:00
Darren DeRidder
86f332f3dc Add comments for the update. 2014-05-20 19:43:14 -04:00
Darren DeRidder
8422830538 Update help message with mirror option 2014-05-20 19:41:22 -04:00
Darren DeRidder
58a9d64cac Add option to specify a mirror repo. 2014-05-20 19:38:36 -04:00
TJ Holowaychuk
328d7c0e1c Merge pull request #164 from shurane/patch-2
usage of n with PREFIX=$HOME, N_PREFIX=$HOME
2014-02-11 09:26:19 -08:00
Ehtesh Choudhury
d416c4ed4b usage of n with PREFIX=$HOME, N_PREFIX=$HOME 2014-02-11 11:53:23 -05:00
TJ Holowaychuk
7f8f193a7f Merge pull request #163 from shurane/patch-1
mention installation to $HOME for novice users.
2014-02-11 08:32:34 -08:00
Ehtesh Choudhury
d2eb9bb5a8 mention installation to $HOME for novice users.
Certainly gets away from sudo privileges on some setups.
2014-02-11 11:30:08 -05:00
TJ Holowaychuk
e9856362c1 Merge pull request #162 from gdi2290/patch-1
update copyright year
2014-02-04 15:58:38 -08:00
PatrickJS
dcaafcbbaa update copyright year 2014-02-03 23:08:47 -08:00
TJ Holowaychuk
a880cff47d Release 1.2.1 2014-01-31 07:53:58 -08:00
TJ Holowaychuk
22ab70291b fix version 2014-01-31 07:53:11 -08:00
TJ Holowaychuk
20f25d44e6 Release 1.2.0 2014-01-30 09:24:16 -08:00
TJ Holowaychuk
5e4eaf76a4 Merge pull request #159 from medimatrix/master
Make n use bash
2014-01-30 09:23:22 -08:00
Medi-Remi Hashim
a661ee1f4e Make n use bash
On some systems, the default shell is not bash. This commit fixes issue #106
2014-01-30 16:38:36 +00:00
TJ Holowaychuk
ea7be92af8 Merge pull request #155 from yorkie/patch-1
handle `Permission denied` for `mkdir`
2014-01-02 19:23:45 -08:00
Yazhong Liu
caa3f0e8b4 handle Permission denied for mkdir 2014-01-03 10:46:36 +08:00
TJ Holowaychuk
eb86f767c8 fix gif 2013-10-12 08:01:09 -07:00