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

293 Commits

Author SHA1 Message Date
Peter Dave Hello
2c07c82384 Use -n instead of ! -z 2019-04-20 09:30:30 +12:00
Peter Dave Hello
8567dcbde3 Use grep -E to replace non-standard egrep 2019-04-20 09:25:01 +12:00
Peter Dave Hello
f4b8119509 Use * instead of @ to prevent arg mix with string & array 2019-04-20 09:17:48 +12:00
John Gee
9c01cab397 Restore the previous quoting in is_oss_ok
This routine is faulty and should be rewritten or removed. Preserve the previous behaviour for now to avoid introducing regressions.
2019-04-20 09:05:20 +12:00
Peter Dave Hello
4c15daf70e Refactor script based on ShellCheck suggestion 2019-04-17 16:46:40 +12:00
John Gee
ac4c60b9a8 Post-release 2019-04-07 16:57:17 +12:00
John Gee
834954e1de Prepare for release 2019-04-07 16:43:48 +12:00
John Gee
844450f7f3 Remove mkdir run at launch 2019-04-07 16:38:56 +12:00
John Gee
0f4c63e557 Prepare for release 2019-04-05 20:34:11 +13:00
John Gee
ea0dbdd582 Merge branch 'shadowspawn-feature/n-cursor' into develop 2019-03-31 22:06:43 +13:00
John Gee
16820e015b Merge branch 'feature/n-cursor' of https://github.com/shadowspawn/nvh into shadowspawn-feature/n-cursor 2019-03-31 22:06:01 +13:00
John Gee
fe4d6eb650 Merge branch 'wmzy-master' into develop 2019-03-31 21:24:46 +13:00
John Gee
f3b0062d35 Merge branch 'master' of git://github.com/wmzy/n into wmzy-master 2019-03-31 21:21:57 +13:00
John Gee
f81b74d1f2 Post release 2019-03-29 20:25:59 +13:00
John Gee
00ef2b8896 Set version number for release 2019-03-24 20:36:49 +13:00
John Gee
0805795bbb Merge branch 'issue/262-rm' of https://github.com/shadowspawn/nvh into develop 2019-03-24 20:16:12 +13:00
John Gee
9fc47c043b Merge branch 'master' of git://github.com/joeledwards/n into develop 2019-03-24 20:15:11 +13:00
John Gee
1e9842175b Fix menu selection when installed version not present, and so can allow rm of active 2018-12-04 21:19:31 +13:00
John Gee
8042a79c93
Merge branch 'master' into feature/remove-io 2018-11-07 22:15:08 +13:00
Troy Connor
3366d06226
Merge pull request #467 from JohnRGee/issue/335-stable
Effectively make stable an alias for lts. (Solves issue #335)
2018-11-05 15:40:05 -05:00
Troy Connor
501e01bead
Merge pull request #531 from JohnRGee/issue/529-shift
Remove bogus shift from prune function (issue #529)
2018-11-05 15:37:43 -05:00
John Gee
956899a38a Change which to command -v 2018-10-16 21:17:48 +13:00
John Gee
6077768c88 Remove bogus shift from prune function (issue #529) 2018-10-16 20:40:37 +13:00
John Gee
9fb6eefaa2 Hide cursor while selecting version from menu 2018-09-29 17:58:00 +12:00
John Gee
4491931be6 Effectively make stable an alias for lts. (Solves issue #335) 2018-09-05 21:30:23 +12:00
John Gee
f86b3d1cfe Remove old io project support 2018-07-05 22:13:15 +12:00
wmzy
9f5a36a871 Fix n lts incorrect version 2018-06-26 15:36:13 +08:00
Troy Connor
8ad6cd3bc7
[package]Update package.json to 2.1.12 2018-06-11 14:07:43 -04:00
Troy Connor
36f6238c85
Merge pull request #470 from JohnRGee/feature/clean
Remove existing npm folder before copying activated version
2018-06-11 14:05:26 -04:00
Troy Connor
f5c8d642b9
[version]Changed to version 2.1.11 2018-05-18 11:38:27 -04:00
John Gee
a551a9a065 Go back to plain numeric sorting for older versions of sort 2018-05-13 21:05:24 +12:00
Troy Connor
c1fff02fcb
[package]Updated package.json 2018-05-07 20:12:07 -04:00
Troy Connor
15a6bb7531
[hotfix]Added 2V to sort for versions 2018-05-07 20:11:29 -04:00
Troy Connor
3b3acb3a99
[version]Bumped version to 2.1.9 2018-05-07 15:51:56 -04:00
Cedric Nicoloso
678dadba02 Fix order with node/10.0.0 tj/n#497 2018-05-01 16:41:07 +10:00
John Gee
fbd966b9d8 Remove existing npm folder before copying activated version 2017-11-03 17:12:34 +13:00
Maxim Pogozhiy
22a3ff69e1 Forward signals to child in Bash 2017-08-21 12:31:29 +03:00
Troy Connor
4d67e79fc0
[version]Version bump to 2.1.8 2017-07-12 13:43:41 -04:00
Joel Edwards
160613c973 Added support for arm64. 2017-07-11 06:54:37 -06:00
zachfedor
f84263b7a4 Adds vim-like keybindings to version selection
- modifies switch statement to differentiate escape sequences from
  single key presses
- watches `j` and up arrow to move selection up
- watches `k` and down arrow to move selection down
- watches `q` to quit selection
- watches for enter to make selection
- disregards other keys
2017-06-29 14:24:07 -04:00
Matt Walther
ccc1d6ffb3 Updates n version to 2.1.7 2017-03-30 16:59:54 -07:00
Matt Walther
f6bbeb50df Kills the process group, rather than simply exiting withthe parent status 2017-03-30 16:45:33 -07:00
Troy Connor
661e5ef77e
[package]Changed version to 2.1.6 2017-03-25 21:05:41 -04:00
ponyspy
5415bb2661 prune and bin fix 2017-03-20 22:28:11 +03:00
Troy Connor
cf8b323b48
[version]Version bump to 2.1.5 2017-03-08 12:36:20 -05:00
Anton Kindblad
ad2c3eb874 using DIM instead of Dark gray when listing and logging, improves readability on dark color-themes 2017-02-09 18:26:25 +01:00
Daniel Bayerlein
85c72c548f Bump version to 2.1.4 2016-12-17 09:58:20 +01:00
Travis Webb
55a021b661 Merge pull request #349 from not-an-aardvark/sort-semver
Sort double-digit semver numbers correctly
2016-10-06 15:18:39 -04:00
Kristjan Broder Lund
2fda71a121 Resolve versions with no dots 2016-09-08 15:10:32 +00:00
Angelo Paolo Obispo
3e31edd580 updated versions in bash script and package.json to 2.1.3 2016-07-12 23:15:36 +08:00