Wes Baker
136ea03080
Use separate config file for fish config ( #266 )
...
* Use separate config file for fish config
* Update installation test for new fish config location
* Update README for new fish config location
* Fix misspelling of conf.d in README
Co-authored-by: James Chen-Smith <15643597+jameschensmith@users.noreply.github.com>
Co-authored-by: James Chen-Smith <15643597+jameschensmith@users.noreply.github.com>
4 years ago
Gal Schlezinger
5f9137997b
Run CI on pull_request and push[master] ( #268 )
4 years ago
renovate[bot]
7cc78331f2
Update all non-major dependencies ( #267 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
4cf5604095
Update Rust crate indoc to 1.0.3 ( #265 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
1368ae6b01
Update Rust crate insta to v1 ( #263 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
3c12037a0d
Update all non-major dependencies ( #262 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
07ade94540
Update all non-major dependencies ( #261 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Gal Schlezinger
e75467c303
Group all non major
4 years ago
renovate[bot]
b63b0bedad
Update Rust crate snafu to 0.6.9 ( #257 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
6125bb6bf9
Update Rust crate structopt to 0.3.19 ( #258 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
d49b2d76e8
Update Rust crate serde to 1.0.116 ( #254 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
56192e02a3
Update Rust crate serde_json to 1.0.58 ( #255 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
6fb1b16e68
Update Rust crate serial_test to 0.5.0 ( #256 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
renovate[bot]
ba0b99cd4e
Pin Node dependencies ( #249 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Gal Schlezinger
39b9ecd6b2
update renovate.json
4 years ago
renovate[bot]
b9c3ff5437
Update Node.js to v12.19.0 ( #250 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Gal Schlezinger
e13c1ef0ec
Add `fnm --version` printing to CI ( #248 )
4 years ago
Gal Schlezinger
8e5738dfb4
Update scripts for release
4 years ago
Gal Schlezinger
5ffff08d58
v1.22.0
4 years ago
Gal Schlezinger
9ba282a705
Rewrite fnm in Rust (merge fnm.rs into fnm) — adding Windows support! ( #246 )
4 years ago
0xflotus
b2add20429
fixed small error ( #247 )
4 years ago
Gal Schlezinger
6db8de9612
Shorten the installation script ( #245 )
4 years ago
Gal Schlezinger
ee5a745412
src => source
4 years ago
Gal Schlezinger
8ffe60057e
Add simple redirect page
4 years ago
Gal Schlezinger
44e148e212
Allow using homebrew to install with the installation script ( #244 )
4 years ago
Gal Schlezinger
b34a9a6cd3
Add installation script testing ( #243 )
4 years ago
Kazushi Konosu
6ecc1b363a
docs: add explanation of uninstall command to README ( #237 )
5 years ago
Gal Schlezinger
3d6154ff0c
Fix markdown link
5 years ago
Alain Armand
17e66df3db
Mention fnm omf plugin for Fish users ( #235 )
5 years ago
Jo Liss
bf5e3a70f3
Fix condition ( #225 )
...
This now checks that the file is readable, like the zsh version.
5 years ago
Gal Schlezinger
025e1e8da4
v1.21.0
5 years ago
Dario Vladović
0a24f0dcd1
Add `current` command to retrieve the current Node version ( #220 )
5 years ago
Jared Ramirez
545d76afbc
Set version on new shell initialization in fish ( #217 )
5 years ago
Gal Schlezinger
3283ef00c4
Allow aliasing and removing an alias ( #210 )
5 years ago
Amit Dahan
384f18836d
Format dotfiles versions before comparison ( #207 )
...
Allows both `.node-version` and `.nvmrc` files to contain the same version, if they're formatted into the same version. i.e. `11.10.0` should equal to `v11.10.0`
Closes #206
5 years ago
Gal Schlezinger
43aee53a24
v1.20.0
5 years ago
Maxime Loliée
389ab46dc3
Improve eval expression in README.md ( #204 )
...
The $(command) expression is preferred instead of backticks.
c.f https://google.github.io/styleguide/shellguide.html#command-substitution
5 years ago
Corentin Leruth
b7ed348541
Create alias from version range ( fix #185 ) ( #201 )
...
Based on #194 to benefit from the `LocalVersionResolver` module. So I guess this PR should be merged first. This should fix #185
5 years ago
Waldir Pimenta
d0a17c9066
Fix typo criterias -> criteria ( #199 )
...
"criteria" is already in the plural form.
The singlular is "criterion".
5 years ago
Gal Schlezinger
440e2feab1
v1.19.0
5 years ago
Corentin Leruth
3f2124bcfc
do not repeat installation prompt for unrecognized versions ( #200 )
5 years ago
Gal Schlezinger
50ad22c432
Add `fnm exec` to run commands with the fnm environment ( #194 )
...
Adds `fnm exec` to run a shell executable with the current node version (or a custom one provided):
```
fnm exec -- node -v # will print the current Node version in fnm
fnm exec --using 12 -- node -v # will print the version of the latest node 12 installed
fnm exec --using-file -- node -v # will print the version of the current directory's node version (based on `.nvmrc` or `.node-version`)
```
5 years ago
Corentin Leruth
6f08f93b20
Update rely ( #202 )
5 years ago
Waldir Pimenta
072ad2a65a
Fix capitalization of message in Use.re ( #197 )
5 years ago
Corentin Leruth
83e9168e8a
Bump ocaml to 4.08 ( #192 )
5 years ago
Corentin Leruth
2799222b42
uninstall allow prefix ( fix #121 ) ( #191 )
...
* If no version is matching => we print out a message (like we used to)
* If only one version is matching (because the user provided a specific version `6.17.1` or because the prefix match only one installed version) => the version get uninstalled
* If multiple installed versions are matched: we print out the matching installed versions and ask the user to re-run the command with the correct version to uninstall.
Note: it's not possible to uninstall using `latest` or `latest-v9.x`, ... But that's already the case so nothing has changed here.
5 years ago
Gal Schlezinger
9e6d9602d0
Update README.md
5 years ago
Gal Schlezinger
c049e166f6
Run actions on pull_request event too
5 years ago
Corentin Leruth
59ed1fc6ec
Add version filtering option to ls-remote ( #190 )
...
Fixes #188
5 years ago
Gal Schlezinger
122a5dd5eb
v1.18.1
5 years ago