Commit Graph

3170 Commits

Author SHA1 Message Date
d7826592eb Implement maintainer feedback
Reinitializes the script at most once every day. This is necessary because doing so every
time could lead to thousands of concurrent writes calling `| par-each { nu -c }`.
2024-03-17 16:34:43 -05:00
d7e95cdb42 Simplify Nushell integration
Motivated by jdx/mise-docs#46 for consistency between tools.
2024-03-16 15:08:39 -05:00
698572aa57 build(deps): update rust crate clap to 4.5.3 2024-03-15 14:19:13 +00:00
13bfee163e build(deps): update gitoxide crates 2024-03-14 22:25:25 +00:00
364e98b3e7 build(deps): update rust crate rust-ini to 0.21.0 2024-03-13 15:29:38 +00:00
cbf6e8d55e build(deps): update rust crate os_info to 3.8.0 2024-03-12 22:10:24 +00:00
32ef678e1b build(deps): update rust crate shadow-rs to 0.27.1 2024-03-12 03:41:40 +00:00
0dde2b2ce1 build(deps): update dependency vitepress to ^1.0.0-rc.45 2024-03-11 01:20:39 +00:00
3949697c0d docs(python): Remove a bad config example in the python (#5830)
docs(python): Remove a bad config example in the python

Running a unknown binary in a subfolder (called `.venv/bin/python`) has at least two drawbacks with some security implication:

- In case of a unknown directory, simply cd'ing into a subdirectory could lead to starship executing a unknown binary (usually the binary MUST be in path so it's a decision taken by the user, e.g. by activating the venv)
 - starship would show the result of the venv python even if the venv is not active but calling `python3` on the cli would NOT run that `python3` in the venv but a different one (most likely the system python3).
2024-03-09 08:08:29 +01:00
c34e00cd3e build(deps): update codecov/codecov-action action to v4 (#5742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:07:25 +01:00
3a4c96cb86 build(deps): update softprops/action-gh-release action to v2 (#5831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 08:06:34 +01:00
84a745b6dd build(deps): update rust crate open to 5.1.2 2024-03-07 20:52:32 +00:00
e8442f5d95 docs: Fix git status $all_status documentation (#5826)
* add `typechanged` to git status $all_status documentation

* Revert dog changes for other languages
2024-03-07 21:52:07 +01:00
aeb8783a37 build(deps): update rust crate shadow-rs to 0.27.0 2024-03-06 22:03:39 +00:00
90f42ad66c build(deps): update rust crate clap to 4.5.2 2024-03-06 19:07:17 +00:00
a1d2abe71e build(deps): update rust crate chrono to 0.4.35 2024-03-06 19:05:17 +00:00
59f5208325 build(deps): update embarkstudios/cargo-deny-action action to v1.6.1 2024-03-06 17:22:10 +00:00
cede42b5db build(deps): update embarkstudios/cargo-deny-action action to v1.6.0 2024-03-05 15:07:30 +00:00
f66bfd9435 feat(install): Add version option to install script (#5728)
feat(install): Add version option to install script
2024-03-03 18:00:50 +01:00
ae711c0f33 feat(bash): use PS0 for preexec hook (#5735) 2024-03-03 17:59:23 +01:00
7290c5e368 chore: apply clippy for rust 1.76 & bump msrv (#5763) 2024-03-03 17:57:39 +01:00
7485c90c9f feat(docs): move to vitepress (#5785)
* feat(docs): move to vitepress

* change up hero styles to match existing site

* A bit more style tweaking

* Replace stylus with plain CSS

* improve unicode-range value for nerdfont

---------

Co-authored-by: Matan Kushner <hello@matchai.dev>
2024-03-03 17:55:30 +01:00
421b358c32 docs(i18n): new Crowdin updates (#5803)
* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (Ukrainian)
2024-03-03 17:54:51 +01:00
a8e7968319 build(deps): update rust crate open to 5.1.0 2024-03-02 16:41:21 +00:00
a7038a73da build(deps): update crate-ci/typos action to v1.19.0 2024-03-02 16:39:51 +00:00
a9713e726e build(deps): update pest crates to 2.7.8 2024-03-02 14:22:33 +00:00
f38bf826a4 build(deps): update rust crate indexmap to 2.2.5 2024-02-29 20:44:46 +00:00
ef8171a3d5 build(deps): update rust crate indexmap to 2.2.4 2024-02-29 04:12:32 +00:00
49b5e1cfb1 build(deps): update rust crate log to 0.4.21 2024-02-29 01:11:04 +00:00
9a06fc7708 build(deps): update rust crate open to 5.0.2 2024-02-28 06:52:16 +00:00
28eb8c8e11 build(deps): update rust crate rayon to 1.9.0 2024-02-28 03:39:33 +00:00
3727754c21 build(deps): update rust crate windows to 0.54.0 2024-02-27 22:26:48 +00:00
f505ceb757 docs(preset): add Jetpack to presets/README.md (#5797) 2024-02-27 09:20:32 +01:00
c3e078cbf3 build(deps): update rust crate tempfile to 3.10.1 2024-02-26 23:17:05 +00:00
6a96e84a15 fix(git_branch): fall back to "HEAD" when there is no current branch (#5768)
* fix(git_branch): fall back to "HEAD" when there is no current branch

* test(git_branch): add test for branch fallback on detached HEAD
2024-02-26 12:21:00 +01:00
aaaf3d82e8 build(deps): update dprint plugins 2024-02-26 01:25:16 +00:00
560c60b8f6 build(deps): update rust crate gix to 0.59.0 2024-02-25 18:20:16 +00:00
5fcada2630 build(deps): update rust crate nix to 0.28.0 2024-02-24 12:10:35 +00:00
3c06374907 docs(i18n): new Crowdin updates (#5682)
* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Simplified)

* New translations nerd-font.md (Chinese Simplified)

* New translations tokyo-night.md (Chinese Simplified)

* New translations gruvbox-rainbow.md (Chinese Simplified)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (German)

* New translations readme.md (German)

* New translations readme.md (German)

* New translations readme.md (Arabic)

* New translations readme.md (Arabic)

* New translations readme.md (Ukrainian)

* New translations readme.md (Spanish)

* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (Ukrainian)

* New translations readme.md (Russian)

* New translations readme.md (Russian)

* New translations readme.md (Russian)

* New translations readme.md (Russian)

* New translations readme.md (Russian)

* New translations readme.md (Spanish)

* New translations readme.md (French)

* New translations readme.md (Spanish)

* New translations readme.md (Arabic)

* New translations readme.md (German)

* New translations readme.md (Italian)

* New translations readme.md (Japanese)

* New translations readme.md (Korean)

* New translations readme.md (Dutch)

* New translations readme.md (Norwegian)

* New translations readme.md (Polish)

* New translations readme.md (Portuguese)

* New translations readme.md (Russian)

* New translations readme.md (Turkish)

* New translations readme.md (Ukrainian)

* New translations readme.md (Chinese Simplified)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Vietnamese)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Indonesian)

* New translations readme.md (Bengali)

* New translations readme.md (Sorani (Kurdish))

* New translations readme.md (Spanish)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Ukrainian)

* New translations readme.md (Indonesian)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Portuguese, Brazilian)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (Chinese Traditional)

* New translations readme.md (German)

* New translations readme.md (German)

* New translations readme.md (German)

* New translations readme.md (German)

* New translations readme.md (German)

* New translations gruvbox-rainbow.md (German)
2024-02-24 09:49:00 +01:00
5163dbad8d build(deps): update rust crate windows to 0.53.0 2024-02-22 21:46:29 +00:00
eeadf432e6 build(deps): update rust crate strsim to 0.11.0 2024-02-22 15:35:24 +00:00
c04821b96e docs(preset): add conda config to gruvbox-rainbow (#5761)
gruvbox-rainbow add conda
2024-02-22 15:26:54 +01:00
505d482874 build(deps): update rust crate serde_json to 1.0.114 2024-02-20 03:20:13 +00:00
a0408543db build(deps): update rust crate serde to 1.0.197 2024-02-20 01:18:24 +00:00
0891ec27a4 fix(character): also handle vi edit mode in pwsh (#5775)
* Add missing vi for char for Shell::Pwsh

https://github.com/starship/starship/pull/5478#issuecomment-1886829331
2024-02-19 17:01:51 +01:00
1fed469ba8 build(deps): update rust crate semver to 1.0.22 2024-02-19 08:02:10 +00:00
34a5731a35 build(deps): update dependency dprint/dprint-plugin-typescript to v0.89.1 2024-02-19 00:04:33 +00:00
8ab5c0bc38 build(deps): update github artifact actions to v4 (#5782) 2024-02-18 16:22:15 +09:00
4907eac3cf build(deps): update rust crate process_control to 4.1.0 2024-02-17 22:31:31 +00:00
186f99717e build(deps): update rust crate clap_complete to 4.5.1 2024-02-17 01:56:59 +00:00