scottkof
a5b5ae5a97
Update tar command to use --no-same-owner ( #593 )
2019-11-10 11:26:25 +13:00
John Gee
b301bceb15
Post release
2019-10-25 20:49:58 +13:00
John Gee
c984499482
Update README and CHANGELOG with deletion, and bump version
2019-10-23 23:11:56 +13:00
John Gee
455079eca2
Refactor deletion code
...
- remove legacy side-effect modifying `selected`
- inline deletion logic
- do nothing if no selection
2019-10-23 23:11:42 +13:00
Thomas Ruiz
4e6ee60a74
Press "d" to remove version in menu ( #590 )
...
* Press "d" to remove version in menu
* changed "remove" to "delete"
* allow to delete active version and improved UX
* fixed menu message
* added comment to function
2019-10-23 20:29:08 +13:00
John Gee
0cbbefc645
Post-release
2019-08-20 20:54:11 +12:00
John Gee
9476384600
Allow options to come after commands
2019-08-20 20:50:16 +12:00
John Gee
488354dc9c
Post-release
2019-08-16 21:19:11 +12:00
John Gee
db6ef10901
Prerelease
2019-08-16 21:02:36 +12:00
John Gee
f96e609314
Call exit to avoid processing extra parameters
2019-08-12 21:32:51 +12:00
John Gee
f8ab857aa8
Bump version post-release
2019-08-04 17:03:27 +12:00
John Gee
18908a8de0
Add back support for old stable (now alias for lts)
2019-08-04 12:49:24 +12:00
John Gee
57da8ce4d8
Candidate of major revision, many changes
2019-08-03 19:54:26 +12:00
John Gee
491ee93a5a
Added lsr, much broken
2019-08-03 15:00:56 +12:00
John Gee
7643fb5855
Post-release
2019-08-02 21:38:07 +12:00
John Gee
b73a6ab83d
Add prompt to menu selection
2019-08-02 21:28:20 +12:00
John Gee
d89a969f25
Post-release
2019-07-20 13:47:13 +12:00
John Gee
e71823de10
Remove reference to now released prerelease
2019-07-20 13:44:14 +12:00
John Gee
61cfe1b005
Post release
2019-07-20 13:25:24 +12:00
John Gee
52a2bc3c56
Preparing for release
2019-07-20 13:17:16 +12:00
John Gee
fe5f808185
Merge pull request #571 from DeeDeeG/xz-compression-option
...
Feature: xz compression option
2019-07-20 12:42:39 +12:00
DeeDeeG
6dc516ebe7
bugfix: Improve install logic (regex fixes) ( #572 )
...
* bin/n: Fix "dots" regex
Copy-pasted from @shadowspawn's comment:
https://github.com/tj/n/issues/570#issuecomment-503970238
* bin/n: Add trailing dot to version in "install()"
Prevents expanding single-digit numbers to multi-digit ones.
2019-07-20 12:21:35 +12:00
DeeDeeG
41400d6a60
bin/n: Option to download xz-compressed tarball
...
To download an xz-compressed tarball, set the environment variable
"N_USE_XZ" to be non-empty before running n.
2019-06-23 10:06:15 -04:00
John Gee
aeb20088b2
Use prerelease format like npm
2019-06-03 20:41:20 +12:00
John Gee
0be7c53b2f
Preparing for (pre)release
2019-06-03 20:31:12 +12:00
John Gee
1747b7a819
Add support for tty detection, NO_COLOR, and CLICOLOR
2019-05-23 22:16:07 +12:00
John Gee
ae2207612e
More informative install logging
...
- always install
- log when install from cache
- show same output installing from menu as from command line
- show diagnostics is installed version not active version
2019-05-21 23:24:24 +12:00
John Gee
1cf60d7806
Post release
2019-05-10 20:42:08 +12:00
John Gee
366e97cfb8
Preparing for release
2019-05-10 20:38:22 +12:00
John Gee
f6c12dda1c
Follow shellcheck advice
2019-05-10 20:30:32 +12:00
John Gee
fda99f5da2
Add another reason for running uninstall. Lint.
2019-05-10 20:20:34 +12:00
John Gee
42eeb651c9
Remove bogus code from prompt
2019-05-09 22:28:28 +12:00
John Gee
18de5eead8
Add uninstall
2019-05-09 22:22:17 +12:00
John Gee
a454bcd271
Post release
2019-05-05 10:06:24 +12:00
John Gee
1ec95901d1
Preparing for release
2019-05-05 10:02:22 +12:00
John Gee
7e55db4e3e
Update terminology to be more careful with current/latest
2019-05-04 21:11:53 +12:00
John Gee
6fc267147a
Add single quotes around parameters in error messages
2019-04-21 13:02:38 +12:00
John Gee
b712e82419
More script improvements to follow ShellCheck advice
2019-04-21 12:30:17 +12:00
John Gee
4690694181
Remove trailing space from bin output
2019-04-21 12:14:51 +12:00
Peter Dave Hello
d59fbb061b
Simplify $dots with string substitution
2019-04-20 09:37:17 +12:00
Peter Dave Hello
0278090d21
Check exit code directly, not indirectly with $?
2019-04-20 09:32:32 +12:00
Peter Dave Hello
41a4d11358
Use builtin command -v
instead of non-standard which
2019-04-20 09:31:57 +12:00
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