Gal Schlezinger
7c713f2d0b
add configuration documentation ( #1127 )
...
* add configuration documentation
* add markdown heading
* add satisfying
9 months ago
eblocha
66efc5b90c
Add progress bar to install command ( #1028 )
9 months ago
Vinfall
8f3acbb8ee
fix: support x64-musl ( #1109 )
...
* fix: support x64-musl
Yes, an easy fix as silly as bypassing the hardcoded check and then set `FNM_NODE_DIST_MIRROR` & `FNM_ARCH` in shell rc.
* Create poor-otters-cheer.md
---------
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
9 months ago
阿豪
463cc90007
fix(install.sh): support windows mingw platform ( #1112 )
9 months ago
Ulf Kamp
990f3d06cf
Updated README.md => Fixed infite Loop from Windows console startup script ( #1124 )
...
This startup script does not produce the error "i was unexpected at this time" and also won't freeze the console because of an infite loop => "for /F" will launch a new instance of cmd.
9 months ago
Megamannen
a5a497b7e2
README.md - Simplified Windows PowerShell setup ( #1047 )
...
* Update README.md
docs: replaced section about profile location on Windows
In now uses the built in env variable $profile
* Update README.md
style: styled section about windows profile
11 months ago
Siddharth
d12488e14f
chore: updates powershell to power-shell as per the CLI app ( #1095 )
11 months ago
Carter
0d993899b3
chore(readme): use unicode emojis ( #1053 )
1 year ago
Alexey Ten
96de70d180
Update README.md ( #1086 )
1 year ago
Kyle Bloom
734df47795
fix: return default version if canonicalize fails ( #1058 )
1 year ago
Jake Hansen
d6c132adfd
Allow for cd /D on windows ( #1050 )
1 year ago
renovate[bot]
595043f744
chore(deps): update all dev dependencies ( #1030 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
github-actions[bot]
11ef0909e5
Version Packages ( #1025 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Devin Christensen
b185446cfa
fix: panic on completions ( #1010 )
...
* fix(#1006 ): panic on completions
as far as i can tell, this was broken by the clap upgrade (#991 ).
* fix: add smoke test for completions
* skip test on windows
* Create dull-bottles-try.md
---------
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
renovate[bot]
a4432e6482
chore(deps): update dependency prettier to v3 ( #1001 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
52313bc2a9
chore(deps): update all dev dependencies ( #1004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
0373fb8d82
fix(deps): update rust crate thiserror to 1.0.44 ( #1000 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
github-actions[bot]
3da0fda313
Version Packages ( #998 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Gal Schlezinger
e282d3cdc5
migrate to @changesets/changelog-github for having 'thank you @\user' ( #1003 )
2 years ago
renovate[bot]
a041c49937
fix(deps): update serde ( #996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
d7248af2c0
fix(deps): update rust crate indoc to 2.0.2 ( #999 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
73ac4679ba
fix(deps): update rust crate colored to 2.0.4 ( #995 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Amit Dahan
97be792a44
experimental: support `package.json#engines` for `use` and `install` ( #839 )
...
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
Gal Schlezinger
30deaf96e3
Fix powershell profile paths in readme ( #990 )
...
fixes #969
Co-authored by: Mike Schweitzer <mschweitzer@gmail.com>
2 years ago
Amit Dahan
b19eb29b26
Bump Clap 3 -> 4 ( #991 )
...
* fix(deps): update clap-rs to v4
* Define enums for multi-choice clap args
* fix test
* Update command docs
* Add `all` alias to log-level
* remove unused thing
* Add changeset
* Use `Shells` instead of `Box<dyn Shell>` everywhere
* Revert "Use `Shells` instead of `Box<dyn Shell>` everywhere"
This reverts commit 7781b5d87354c1f9500ecfafde1aba43d6dd5e37.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
github-actions[bot]
8c76ca64a2
Version Packages ( #974 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
806286226e
chore(deps): update pnpm to v8 ( #984 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Gal Schlezinger
48b2611e4b
add missing changesets
2 years ago
renovate[bot]
650aafb7e8
chore(deps): update pnpm to v7.33.3 ( #989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
192eebafd5
fix(deps): update rust crate anyhow to 1.0.71 ( #887 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
tottoto
ef2bf6e512
Replace atty with std::io::IsTerminal ( #973 )
...
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
renovate[bot]
6147d42937
fix(deps): update rust crate clap to 3.2.25 ( #979 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
8eb68d48eb
fix(deps): update rust crate zip to 0.6.6 ( #930 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
b847928315
fix(deps): update rust crate dirs to v5 ( #986 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
1b0dffb152
fix(deps): update rust crate junction to v1 ( #988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Joshua Hollander
3d9f3a5375
Capitalised "n" to reflect default option ( #963 )
...
Co-authored-by: Joshua Hollander <joshua.hollander@diversus.com.au>
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
renovate[bot]
7da5c339ed
fix(deps): update rust crate indoc to v2 ( #987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
a31419c1c2
fix(deps): update rust crate indoc to 1.0.9 ( #922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
447f66e915
chore(deps): update all dev dependencies ( #983 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
db18074c0b
fix(deps): update rust crate reqwest to 0.11.18 ( #917 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
7beee13abc
fix(deps): update rust crate thiserror to 1.0.40 ( #889 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
181bd48be7
fix(deps): update rust crate chrono to 0.4.26 ( #978 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
7ed191f7a9
fix(deps): update rust crate log to 0.4.19 ( #982 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Gal Schlezinger
710fc57611
dont infer shell in benchmarks ( #891 )
2 years ago
Gal Schlezinger
10ad6889ce
Add a test proxy server so we won't hit Node.js dist so much ( #976 )
2 years ago
renovate[bot]
4c5aca7b36
fix(deps): update serde ( #881 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
1abd736bf3
fix(deps): update all non-major dependencies ( #894 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
1788762e4a
chore(deps): update all dev dependencies ( #918 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
MPThLee
014a19e416
docs(readme): Fix build status badge ( #898 )
2 years ago
renovate[bot]
ea867f3350
chore(deps): lock file maintenance ( #874 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago