Commit Graph

79 Commits (main)
 

Author SHA1 Message Date
trivernis 49e401d419
chore: Release nenv version 0.5.2 1 year ago
trivernis c08dd90e5f
Fix bug where the lts version is used for init 1 year ago
trivernis 66124d0a65
chore: Release nenv version 0.5.1 1 year ago
trivernis 550a2c5dbf
Add changelog 1 year ago
trivernis 84fe43bdf6
Fix init command not mapping binaries
Fixes #3
1 year ago
trivernis cefc25097f
Fix invalid lib path on windows
Fixes #2
1 year ago
trivernis 9cb63a1a6c
chore: Release nenv version 0.5.0 1 year ago
trivernis 11a007893c
Change syntax of exec to use a -- to separate args from nenv args 1 year ago
trivernis 5f9be9d6df
Add pin and unpin command 1 year ago
trivernis 82c8f579b0
Add cargo dist 1 year ago
trivernis 558a9c3282
Run clippy 1 year ago
trivernis 6ede8a3df6
Fix single binary mapping by manipulating the PATH variable 1 year ago
trivernis 91f5570032
Merge branch 'feature/lookup-installed' 1 year ago
trivernis ccdfe83d8a
Add support for pinning binaries to specific node versions 1 year ago
Julius Riegel 494150370b
Merge pull request #1 from Trivernis/feature/lookup-installed
Feature/lookup installed
1 year ago
trivernis 8bb500d1a3
Improve local version caching and error messages 1 year ago
trivernis 92866ea863
Add icon 1 year ago
trivernis ea64470f69
Remove unused dependencies 1 year ago
trivernis 713310f9b8
Reduce the size of the simple version to 4 bytes 1 year ago
trivernis 0e47ee75e7
Fix duplicates issue with local version cache 1 year ago
trivernis 97a6ee5a60
Add lookup table for locally installed versions 1 year ago
trivernis 88fc9d4742
Add uninstall command 1 year ago
trivernis a79eda9387
Add clear-cache command 1 year ago
trivernis 1ac8eec5f3
Rename refresh to remap-binaries 1 year ago
trivernis a081ea88de
Move versions to lazily initialized cache on downloader 1 year ago
trivernis 1db8ffda5c
Move versions file to cache 1 year ago
trivernis b628d8860c
Fix clippy warnings 1 year ago
trivernis 97d73c9e36
Add init command 1 year ago
trivernis 3ad9790bc7
Move downloading part to downloader subdir in repository 1 year ago
trivernis a10fa5c45e
Increment version 1 year ago
trivernis b53a343ebe
Improve startup time further by not using a reqwest client 1 year ago
trivernis 643c5999f0
Improve cached version size by halving it again 1 year ago
trivernis 2eb67854a6
Increment version 1 year ago
trivernis 969dcd6394
Merge branch 'main' of github.com:Trivernis/nenv 1 year ago
trivernis 289666adbe
Merge branch 'main' of github.com:Trivernis/nenv 1 year ago
trivernis 309189cb88
Improve the version cache to be way faster and smaller 1 year ago
trivernis 13e6c20e6c
Add metadata to Cargo.toml 1 year ago
trivernis bb6541ba6c
Fix typo in README 1 year ago
trivernis 9a7c91620e
Update version 1 year ago
trivernis ad1afd3173
Move commands to nenv instance
All commands are moved to the nenv instance. This
also changes responsibilities slighly and introduces
a shared config object
1 year ago
trivernis 9c7b588865
Fix typo 1 year ago
trivernis 76f712bd1b
Add version detection chapter to README 1 year ago
trivernis a3605e4317
Add support for .node-version files with multiple package versions 1 year ago
trivernis a634f2be47
Add .node-version file support 1 year ago
trivernis 835a366caa
Change config format 1 year ago
trivernis 3c09130d91
Fix warnings on windows build 1 year ago
trivernis 621f599e32
Fix clippy linting errors 1 year ago
trivernis 8b4383aaf3
Improve errors for missing mapped commands 1 year ago
trivernis cb24de8a19
Improve error handling by using miette everywhere 1 year ago
trivernis bf750af4cf
Improve error reports somewhat 1 year ago