1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-17 00:39:02 +00:00
Commit Graph

455 Commits

Author SHA1 Message Date
Thomas O'Donnell
a18408e30c fix: Fix the spacing around the AWS default symbol (#529)
This updates the default AWS default symbol to include a space after the
symbol to make it a little bit more readable. Have also updated the
README to include the AWS module.
2019-10-14 22:56:16 +09:00
Matan Kushner
4d1f0b6c6f
ci: Add token with required scopes for Homebrew 2019-10-13 13:58:25 +09:00
Matan Kushner
c668940292
chore(bump): v0.23.0 2019-10-13 13:35:00 +09:00
yuri
364f3a3564 build: Improve release binary optimization (#527) 2019-10-13 13:33:47 +09:00
Thomas O'Donnell
cc68dec795 refactor: Refactor Go module to the new module config (#525) 2019-10-13 13:16:56 +09:00
Matan Kushner
8f6b0e8710
chore: Add the sponsorship button to the repo 2019-10-13 01:56:05 +09:00
Matan Kushner
88e3a99085
docs: Fix link to Japanese README 2019-10-11 17:32:52 +09:00
Matan Kushner
cb4a92f441
docs(i18n): Update doc translations (#479) 2019-10-11 17:31:19 +09:00
Matan Kushner
cc6c4d6520 Update Crowdin configuration file 2019-10-11 15:58:57 +09:00
Matan Kushner
034053c749 Update Crowdin configuration file 2019-10-10 23:07:03 +09:00
Zhenhui Xie
57b38f17bb refactor: Rewrite hostname, jobs and line_break module to use mo… (#462) 2019-10-10 17:21:52 +09:00
Matan Kushner
e858780eda
ci: Disable CI when updating docs 2019-10-10 16:12:56 +09:00
Matan Kushner
2239ec7450 Update Crowdin configuration file 2019-10-10 16:01:16 +09:00
Matan Kushner
54dcc35d80
docs: Add Traditional Chinese translation to README 2019-10-10 15:20:00 +09:00
allcontributors[bot]
c24fd1f7b9 docs: add keawade as a contributor (#512) 2019-10-10 13:47:32 +09:00
Matan Kushner
f51f3edf76
docs: Fix lingering merge conflict in config docs 2019-10-10 13:45:59 +09:00
Keith Wade
9d48706360 feat: Implement timezone offset config option for the time module (#463)
This allows users to configure the time module to display time with a timezone offset other than just their local timezone.
2019-10-10 13:42:57 +09:00
Matan Kushner
3d07c08f4f
ci: Fix environment variable used by brew 2019-10-09 19:46:02 +09:00
Matan Kushner
14b266869f
chore(bump): v0.22.0 2019-10-09 11:54:08 +09:00
allcontributors[bot]
a19914031b docs: add Southclaws as a contributor (#511) 2019-10-09 10:45:56 +09:00
Barnaby Keene
9f365f84d1 refactor: Allow starship to be better used programmatically (#509)
Structure the prompt as a function that returns a string instead of writing directly to stdout.

This makes it easier to embed Starship into other Rust programs such as shells written in Rust. It also decouples the arguments from the context for more programmatic initialization of the context.
2019-10-09 10:43:28 +09:00
Maarten Mulders
8058b51273 feat: Show Java module when build.sbt is present (#505)
* feat: Show Java icon and info when build.sbt detected

* docs: Mention build.sbt detection
2019-10-07 19:18:01 +09:00
allcontributors[bot]
72fbd5b1ba docs: add pt2121 as a contributor (#504) 2019-10-07 11:35:13 +09:00
(´⌣`ʃƪ)
77c25b60c2 fix: Don't print the first module prefix after a line-break (#473) 2019-10-07 00:46:46 +09:00
Matan Kushner
ab5dae3d05
ci: Use shell expansion to get the release version for brew 2019-10-07 00:19:38 +09:00
Matan Kushner
0f9b4ef603
chore: Remove the Azure Pipelines cargo badge 2019-10-06 16:12:36 +09:00
Matan Kushner
e41f3bcd84
chore(bump): v0.21.0 2019-10-06 16:02:07 +09:00
Nikodem Rabuliński
06ba22eb5c refactor: Implement Default for SegmentConfig (#495)
Implements the Default trait for SegmentConfig to clean up construction of empty segments.

Also adds a segment::new() function to ease construction of simple segments.
2019-10-05 20:46:14 -05:00
Zhenhui Xie
044e10de1b chore: Import shared types from super (#492)
Changes imports statements to make imports more uniform.
2019-10-05 16:13:03 -05:00
AppleTheGolden
7657af0680 feat: Add conda module (#469) 2019-10-05 13:25:25 -05:00
allcontributors[bot]
e911e76e6b docs: Update andytom as a contributor (#494) 2019-10-06 00:09:46 +09:00
allcontributors[bot]
cda63bdd5a docs: add pbzweihander as a contributor (#493) 2019-10-06 00:09:21 +09:00
Thomas Lee
27e8c8f3eb refactor: Rewrite time module to use module config (#483)
- Config option renamed: `12hr` → `use_12hr`
2019-10-06 00:07:00 +09:00
Zhenhui Xie
bc9e44f45c fix: Add disable configuration option to kubernetes module (#491) 2019-10-05 23:10:16 +09:00
Matan Kushner
e5d37e0a97
ci: Fix the use of COMMIT_TAG when bumping brew formula 2019-10-05 22:23:15 +09:00
allcontributors[bot]
153eddda10 docs: add andytom as a contributor (#490) 2019-10-05 19:07:54 +09:00
Matan Kushner
9e5fe9e500
chore(bump): v0.20.2 2019-10-05 19:05:17 +09:00
Matan Kushner
f2e20bbea2
revert: chore: Remove logic for the disabled option from modul… (#489)
This reverts commit 6c6e0ef1dd.
2019-10-05 19:03:48 +09:00
Matan Kushner
04512a66d9
docs: Update the link of the workflow badge 2019-10-05 18:41:35 +09:00
Matan Kushner
ea00d3250d
docs: Update workflow badge link 2019-10-05 18:31:59 +09:00
Thomas O'Donnell
5a8777ff45 fix: Disable Kubernetes module by default (#488)
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
2019-10-05 18:31:23 +09:00
Matan Kushner
1bf60b3dd5
ci: Rename main workflow to "Main workflow" 2019-10-05 18:29:13 +09:00
Zhenhui Xie
bedf264a9f fix: Fix module configuration loading (#487) 2019-10-05 18:21:48 +09:00
Zhenhui Xie
6c6e0ef1dd chore: Remove logic for the disabled option from modules (#486) 2019-10-05 18:07:33 +09:00
Matan Kushner
2bfc98641d
docs: Replace Azure Pipelines badge with GitHub Actions badge 2019-10-05 12:56:45 +09:00
Matan Kushner
935863ddb7
ci: Remove changelog generation for now 2019-10-05 00:38:11 +09:00
Matan Kushner
690bbf1b60
chore: Trigger CI 2019-10-05 00:34:33 +09:00
Matan Kushner
c047753a66
chore: Trigger CI 2019-10-05 00:26:26 +09:00
Matan Kushner
fbc248e22a
chore: Trigger CI 2019-10-05 00:23:41 +09:00
Matan Kushner
5fb9593135
ci: Auto-generate CHANGELOG.md 2019-10-05 00:17:29 +09:00