1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-02 16:40:51 +00:00
Commit Graph

3163 Commits

Author SHA1 Message Date
renovate[bot]
0dde2b2ce1
build(deps): update dependency vitepress to ^1.0.0-rc.45 2024-03-11 01:20:39 +00:00
Jan Katins
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
renovate[bot]
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
renovate[bot]
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
renovate[bot]
84a745b6dd build(deps): update rust crate open to 5.1.2 2024-03-07 20:52:32 +00:00
Brandon Dong
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
renovate[bot]
aeb8783a37
build(deps): update rust crate shadow-rs to 0.27.0 2024-03-06 22:03:39 +00:00
renovate[bot]
90f42ad66c
build(deps): update rust crate clap to 4.5.2 2024-03-06 19:07:17 +00:00
renovate[bot]
a1d2abe71e build(deps): update rust crate chrono to 0.4.35 2024-03-06 19:05:17 +00:00
renovate[bot]
59f5208325
build(deps): update embarkstudios/cargo-deny-action action to v1.6.1 2024-03-06 17:22:10 +00:00
renovate[bot]
cede42b5db
build(deps): update embarkstudios/cargo-deny-action action to v1.6.0 2024-03-05 15:07:30 +00:00
Luís Santos
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
David Knaack
ae711c0f33
feat(bash): use PS0 for preexec hook (#5735) 2024-03-03 17:59:23 +01:00
David Knaack
7290c5e368
chore: apply clippy for rust 1.76 & bump msrv (#5763) 2024-03-03 17:57:39 +01:00
David Knaack
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
Matan Kushner
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
renovate[bot]
a8e7968319
build(deps): update rust crate open to 5.1.0 2024-03-02 16:41:21 +00:00
renovate[bot]
a7038a73da build(deps): update crate-ci/typos action to v1.19.0 2024-03-02 16:39:51 +00:00
renovate[bot]
a9713e726e
build(deps): update pest crates to 2.7.8 2024-03-02 14:22:33 +00:00
renovate[bot]
f38bf826a4
build(deps): update rust crate indexmap to 2.2.5 2024-02-29 20:44:46 +00:00
renovate[bot]
ef8171a3d5
build(deps): update rust crate indexmap to 2.2.4 2024-02-29 04:12:32 +00:00
renovate[bot]
49b5e1cfb1
build(deps): update rust crate log to 0.4.21 2024-02-29 01:11:04 +00:00
renovate[bot]
9a06fc7708
build(deps): update rust crate open to 5.0.2 2024-02-28 06:52:16 +00:00
renovate[bot]
28eb8c8e11 build(deps): update rust crate rayon to 1.9.0 2024-02-28 03:39:33 +00:00
renovate[bot]
3727754c21
build(deps): update rust crate windows to 0.54.0 2024-02-27 22:26:48 +00:00
nataziel
f505ceb757
docs(preset): add Jetpack to presets/README.md (#5797) 2024-02-27 09:20:32 +01:00
renovate[bot]
c3e078cbf3
build(deps): update rust crate tempfile to 3.10.1 2024-02-26 23:17:05 +00:00
Fraser Li
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
renovate[bot]
aaaf3d82e8
build(deps): update dprint plugins 2024-02-26 01:25:16 +00:00
renovate[bot]
560c60b8f6
build(deps): update rust crate gix to 0.59.0 2024-02-25 18:20:16 +00:00
renovate[bot]
5fcada2630 build(deps): update rust crate nix to 0.28.0 2024-02-24 12:10:35 +00:00
Matan Kushner
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
renovate[bot]
5163dbad8d build(deps): update rust crate windows to 0.53.0 2024-02-22 21:46:29 +00:00
renovate[bot]
eeadf432e6 build(deps): update rust crate strsim to 0.11.0 2024-02-22 15:35:24 +00:00
Kolen Cheung
c04821b96e
docs(preset): add conda config to gruvbox-rainbow (#5761)
gruvbox-rainbow add conda
2024-02-22 15:26:54 +01:00
renovate[bot]
505d482874
build(deps): update rust crate serde_json to 1.0.114 2024-02-20 03:20:13 +00:00
renovate[bot]
a0408543db
build(deps): update rust crate serde to 1.0.197 2024-02-20 01:18:24 +00:00
Gilbert Sanchez
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
renovate[bot]
1fed469ba8
build(deps): update rust crate semver to 1.0.22 2024-02-19 08:02:10 +00:00
renovate[bot]
34a5731a35
build(deps): update dependency dprint/dprint-plugin-typescript to v0.89.1 2024-02-19 00:04:33 +00:00
David Knaack
8ab5c0bc38
build(deps): update github artifact actions to v4 (#5782) 2024-02-18 16:22:15 +09:00
renovate[bot]
4907eac3cf
build(deps): update rust crate process_control to 4.1.0 2024-02-17 22:31:31 +00:00
renovate[bot]
186f99717e
build(deps): update rust crate clap_complete to 4.5.1 2024-02-17 01:56:59 +00:00
renovate[bot]
ebf6bdb4c5
build(deps): update rust crate clap to 4.5.1 2024-02-16 15:01:51 +00:00
renovate[bot]
a84d87b909
build(deps): update rust crate toml_edit to 0.22.6 2024-02-16 03:04:38 +00:00
renovate[bot]
6ff7015175
build(deps): update rust crate toml_edit to 0.22.5 2024-02-13 16:03:15 +00:00
renovate[bot]
07fbf063df
build(deps): update embarkstudios/cargo-deny-action action to v1.5.15 2024-02-13 12:19:30 +00:00
renovate[bot]
1e4e967f96 build(deps): update dependency dprint/dprint-plugin-typescript to v0.89.0 2024-02-12 06:05:18 +00:00
renovate[bot]
b7eb5169d6
build(deps): update rust crate indexmap to 2.2.3 2024-02-12 03:59:19 +00:00
renovate[bot]
fed7445ecf
build(deps): update rust crate chrono to 0.4.34 2024-02-11 06:47:15 +00:00