Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/starship/starship

β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
https://github.com/starship/starship

feat: implement timer module (#118)

Implement a timer module that takes a commandline argument, the number of seconds the last job t...

3daf3ddf26ab8f2860e2c961bbe8b8d691049d08 authored over 5 years ago by Kevin Song <[email protected]>
chore(bump): v0.4.1

b2303d5d8e292a827d6c0294b6f76a505666df85 authored over 5 years ago by Matan Kushner <[email protected]>
ci: Publish crate to Crates.io with CI

616b50b4e31e1f057aebf2808bee3c72cc418594 authored over 5 years ago by Matan Kushner <[email protected]>
fix: Address longstanding linter errors

f40f73dc8e26e6d8730344f4c6cbb47ee3d48342 authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump log from 0.4.7 to 0.4.8 (#123)

Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8.
- [Release notes](https://gi...

9a2af45835ae2be30484af642a32528471a9935b authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): Bump dirs from 2.0.1 to 2.0.2 (#122)

Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.1 to 2.0.2.
- [Release notes](https://git...

138287ec63793025f7b3d206dd3bacf4b6482dc1 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: Add detail to the truncation_length description

6cfc6ac5bb543fdc95d24e9405a516d2d103621b authored over 5 years ago by Matan Kushner <[email protected]>
docs: Fix table formatting for prompt config

409efd9caa185c28295802f665e6e1b60c000743 authored over 5 years ago by Matan Kushner <[email protected]>
chore(bump): v0.4.0

63ce5f150126236c15260e4501da839790827239 authored over 5 years ago by Matan Kushner <[email protected]>
feat: Allow directory truncation length to be configured (#120)

This allows the directory truncation length to be configured. Previously, it was hard-coded to t...

5dbf4381acd1fd8dbb2905828c3fcc6515d850cf authored over 5 years ago by Andrew Dassonville <[email protected]>
docs: add andrewda as a contributor (#121)

ab46710fc47891a80eb1b6073616c95a1acc92bd authored over 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
feat: Use Unix-style slash on Windows (#119)

Prior to this change, starship would use inconsistent slashes when displaying the working direct...

75e74e0d749db029a9b8da56bd33648ac959b70a authored over 5 years ago by Andrew Dassonville <[email protected]>
feat: Add configuration for add_newline (#116)

- Replace TableExt with a Config trait that extends toml::value::Table
Add configuration for ad...

0bc28c521df789d3aae5ceb541ee336aefa14340 authored over 5 years ago by Matan Kushner <[email protected]>
docs: Attribute copyright to Starship Contributors (#115)

95ce43ee70d51ce1181806b7c0f1ce623a618b4b authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump git2 from 0.9.1 to 0.9.2 (#114)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.1 to 0.9.2.
- [Release notes](https...

e1d179ccf27ecda8e3404eb3c2d206526c70bfcb authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: Make our README.md prettier (with a few added details) (#111)

8aec55b3ba7b4bd9a1a7e253645b5afd02cacb82 authored over 5 years ago by Matan Kushner <[email protected]>
chore(bump): v0.3.2

b39aca9776bda51676fa3d77aa8e8f371984eb1e authored over 5 years ago by Matan Kushner <[email protected]>
fix: prompt now updates on bash and zsh (#109)

Making use of PROMPT_COMMAND in bash and precmd in zsh, the prompt is no longer being expanded a...

0fe00ecd828c72b9bbc55d8bbf2e69d4649b1eec authored over 5 years ago by Matan Kushner <[email protected]>
chore: v0.3.1

0f1b71189a03133e9fff3c6bcd3d72ffff397dc6 authored over 5 years ago by Matan Kushner <[email protected]>
chore: v3.0.1

7d5761a69e050dd8e249eafa336ad611d478100a authored over 5 years ago by Matan Kushner <[email protected]>
docs: add chipbuster as a contributor (#107)

f803d7002169ea00dff5b600ff801eb31e7d636b authored over 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
fix: handle path to shell in starship init (#106)

Add support for paths to init function

This adds support for qualified paths (e.g. using
`/u...

aceda0052f7e946d9c43afad5ae440af3e6cd43e authored over 5 years ago by Kevin Song <[email protected]>
chore: Exclude docs from published crate

0f76d46d95a5aaba3700a8341e3811657c41549a authored over 5 years ago by Matan Kushner <[email protected]>
v0.3.0

c8975dfbb688220101bd86c0d0376128afe99aea authored over 5 years ago by Matan Kushner <[email protected]>
docs: Add links to website and missing detail (#105)

283f5539d7785ab274960c2e8ff5efd111894e79 authored over 5 years ago by Matan Kushner <[email protected]>
refactor: Better document context contents

feb6d8aec7b95a71a1eb95b2eb3f4e9b39e99318 authored over 5 years ago by Matan Kushner <[email protected]>
refactor: Improve logging where lacking

f7eedaf77574cf04afb8d3891b9070d9d6bdef9c authored over 5 years ago by Matan Kushner <[email protected]>
docs: add sirMerr as a docs contributor (#103)

274e411f7d1bb538b3a8dde6357741ae29b36509 authored over 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: Add vuepress with initial docs (#99)

Co-authored-by: Tiffany Le-Nguyen <[email protected]>
Co-authored-by: Matan Kushner <hello@...

08cf33522af2dde17de6645ce2015fa4e87a6a68 authored over 5 years ago by Tiffany Le-Nguyen <[email protected]>
ci: Use Python v3.6.9 in CI (#101)

025c0e5e8530ee1f53d2a45cd1d1de437cc2e819 authored over 5 years ago by Matan Kushner <[email protected]>
docs: Remove plans to support "self-updating"

6d40d64612017b9cc03c8e44e780474718dfbad4 authored over 5 years ago by Matan Kushner <[email protected]>
docs: Fix path to fish config in code snippet (#98)

f11a3249998f7019069971ba9cbdd210013c7aa2 authored over 5 years ago by Tiffany Le-Nguyen <[email protected]>
chore(deps): Bump ansi_term from 0.11.0 to 0.12.0 (#96)

Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.11.0 to 0.12.0.
- [Release no...

d26353f3e3b32843dd6e8967801439fbcb8cf48c authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: Add demo gif from spaceship

ba708baebdf79bb5a7509056ea1288c42d89eb96 authored over 5 years ago by Matan Kushner <[email protected]>
ci: Use tar.gz compression for unix build assets

1369e17aa41fcb150e371de717728537ef0fd79e authored over 5 years ago by Matan Kushner <[email protected]>
ci: Set releases to not be pre-releases

1ed3b5b41bf0c6aca175c03512801d18b564105e authored over 5 years ago by Matan Kushner <[email protected]>
ci: Trigger CI when new tags are pushed

92df2174ea60d00da939cf25aed3ff40179d809b authored over 5 years ago by Matan Kushner <[email protected]>
ci: Add GitHub releases to CI (#95)

0703a7404836a496d317497952cddbaf28f8bd2b authored over 5 years ago by Matan Kushner <[email protected]>
chore: Refactor getting string values from config (#94)

77ba97df191c5cebb3b0a9126e7e97fff28b0628 authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump log from 0.4.6 to 0.4.7 (#93)

Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7.
- [Release notes](https://gi...

79bfc7cf49a051544facb1ae27d734d1bb50f9fc authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(release): 0.2.0

fa390260908ef53b39dea4ec271e209b4638351f authored over 5 years ago by Matan Kushner <[email protected]>
chore: Publish crate to Crates.io (#92)

* Add all the necessary Cargo.toml details for crates.io
* Update the image on README.md to be ...

67537ae753ce4db59b4c0378508493bc63f694a8 authored over 5 years ago by Matan Kushner <[email protected]>
feat: Implement simplified prompt setup process (#90)

β€’ Add starship init which prints the shell function used to execute starship
β€’ Document the new...

d7754f38e7959bd2d16406913c6776ad7c6ac8d6 authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): [Security] Bump smallvec from 0.6.9 to 0.6.10 (#91)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.10. **This update inc...

5ad3e0059a50a4c5fc68a602916c5787ae152d21 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
feat: Add a `disabled` configuration option for modules (#86)

β€’ Add support for the disabled configuration option
This will allow you to selectively disable ...

463ec260247fa0e62d2ea14e237681a499955392 authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump tempfile from 3.0.8 to 3.1.0 (#89)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.8 to 3.1.0.
- [Release notes](...

2440ed60d0a315e6248c040d2a114f7deeea6260 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): Bump serde_json from 1.0.39 to 1.0.40 (#88)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](h...

7b0533f2dd54030bbad79b8bc3945df312190746 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: Fix fisher command in README. (#84)

588fa19d05d6e85af37e331c03268d9e4f873173 authored over 5 years ago by ​Snuggle <^-^@Snugg.ie>
docs: Remove contributing section

062271c646bcf2066ebc98c77f90d752e4a9b5ed authored over 5 years ago by Matan Kushner <[email protected]>
docs: Add CONTRIBUTNG.md (#79)

ae1176c8b061833c8403467899ba413fda6e1c7d authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump rayon from 1.0.3 to 1.1.0 (#78)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.0.3 to 1.1.0.
- [Release notes](https:/...

08c7449ff45ebce12b4e65f3cd5fc186423bade4 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
docs: Change the logo to the redesigned logo (#77)

66939535db76d5fd32217a5ca0baeb4045fc2ce9 authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump git2 from 0.9.0 to 0.9.1 (#76)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.0 to 0.9.1.
- [Release notes](https...

facfe97da098c6481e42623a691cb60aa460f4d7 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Add support for prompt configuration (#62)

- Create `Config` struct that is added to `Context` when initialized
- Read `~/.confg/starship....

097f1b05f1d82967fe2a900ccf7ba3597c04ad77 authored over 5 years ago by Matan Kushner <[email protected]>
Refactor integration tests (#71)

- Create subcommands to be able to print modules independently
- `starship prompt` will print ...

8239fbd12befad1126e677fa083ce73947d74d8c authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump battery from 0.7.3 to 0.7.4 (#74)

Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.3 to 0.7.4.
- [Release notes...

bb220bb5a056b28c6457d2f5c75c53184a2cbe77 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
chore(deps): Bump git2 from 0.8.0 to 0.9.0 (#75)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.8.0 to 0.9.0.
- [Release notes](https...

e76e95d3d598a39e403e84f1c71e1908ce8295e4 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
chore(deps): Bump battery from 0.7.2 to 0.7.3 (#72)

Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.2 to 0.7.3.
- [Release notes...

b59e44c5fa830574e4f0a2f24d417e290d2615f9 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
chore(deps): Bump dirs from 2.0.0 to 2.0.1 (#73)

Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.0 to 2.0.1.
- [Release notes](https://git...

454b8f9faef5742ffaf3210272a2c4f66def6b45 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Use tarpaulin and Codecov for adding code coverage to project (#68)

000abfe6df7379334a0f23602ac944828090f6bc authored over 5 years ago by Matan Kushner <[email protected]>
Use starship-test docker image for running integration tests (#70)

* Publish docker image used in testing
* Update integration_test to pull the image and build, u...

617b278a33c7e9a48444ae984087825a94464dec authored over 5 years ago by Matan Kushner <[email protected]>
chore(deps): Bump dirs from 1.0.5 to 2.0.0 (#67)

Bumps [dirs](https://github.com/soc/dirs-rs) from 1.0.5 to 2.0.0.
- [Release notes](https://git...

5b1c2107db2a708b98d95bffad846f58417bdda3 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
fix: Check both stderr and stdout for Python version (#66)

* fix python version not showing for version < 3.4

* make review changes

4cd98d862dfabc9747f5c2acc6ce5a92ed575489 authored over 5 years ago by John Letey <[email protected]>
docs: Add starship logo to README.md (#65)

c2b0f3ac491ce9693a481fc7e3ff186ed0b6d303 authored over 5 years ago by Matan Kushner <[email protected]>
feat: Add battery module(#63)

5b989fcb9c3583d1d1ed1a4c7d30e189209ad9b6 authored over 5 years ago by Matan Kushner <[email protected]>
fix: Don't check extensions of directories (#64)

* now checks for type of path when doing scan
* added unit test to cover failure case

4d034351e8cbedee06ec7516bb382b4bdb878a6a authored over 5 years ago by Tim Mulqueen <[email protected]>
docs: add youssefhabri as a contributor (#61)

* docs: update README.md
* docs: update .all-contributorsrc

b2edadce050accc09b71f78353788495e583acd1 authored over 5 years ago by allcontributors[bot] <allcontributors[bot]@users.noreply.github.com>
chore(deps): Bump tempfile from 3.0.7 to 3.0.8 (#60)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.7 to 3.0.8.
- [Release notes](...

4f060577699289a39102caaf258803f8c791d835 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
feat: Implement the prompt module for username (#56)

08b238114e69aee9154b627eafdb1f3814dee670 authored over 5 years ago by Youssef Habri <[email protected]>
chore(deps): Bump toml from 0.5.0 to 0.5.1 (#58)

Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.0 to 0.5.1.
- [Release notes](ht...

a213114e9ae47d6b84ac4278a963dbd45cc4241a authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Update repo emojis βœ¨πŸš€ => β˜„πŸŒŒοΈ (#50)

Let's go to warp-speed!

351707b0e65622b2ef61770cca16ec170cf980f2 authored over 5 years ago by ​Snuggle <^-^@Snuggi.es>
docs: Alphebetize roles in All Contributors

cae4666bedcc2c985fce068238cb914ca47b6168 authored over 5 years ago by Matan Kushner <[email protected]>
docs: Add All Contributors to the project (#51)

- Add All Contributors section to README.md
- Add all past contributors

27046be1c91522dcd7ff2a170012102d35873c6e authored over 5 years ago by Matan Kushner <[email protected]>
fix: handle package version panic (#57)

876e7d36b1f16fb19401e11d02cb50e2e530845d authored over 5 years ago by Matan Kushner <[email protected]>
ci: Fix CI to work with changes to Azure Pipelines build agent (#55)

2cf69a82b7fcb4d61c853f54488e0b02d301033e authored over 5 years ago by Matan Kushner <[email protected]>
Implement the git status module (#45)

90d6e6cf0b22520a5177e8e842acbb142482e4eb authored over 5 years ago by Matan Kushner <[email protected]>
Add integration tests for Python segment (#38)

c95bb6057178748cf235c566ea00320cf392cbfa authored over 5 years ago by John Letey <[email protected]>
Implement directory scanner (#34)

5fd715e7c30420ced129a41a1765919b31528cc6 authored over 5 years ago by Tim Mulqueen <[email protected]>
Add Go version module (#44)

d3ce00c5163b1c6a2b3bc510f8900d51f5320d54 authored over 5 years ago by John Letey <[email protected]>
Parallelize prompt modules (#46)

8b5055d5106da402f9a132f0ed21571ef98b8ac2 authored over 5 years ago by Matan Kushner <[email protected]>
Refactor segments into modules (#40)

c6ee5c6ac16d360ab1a44d097c91fe9f98f20f85 authored over 5 years ago by Matan Kushner <[email protected]>
Install a fixed version of rust for CI integration tests (#39)

d945b03093cf130bdc702056650f7e8e8869753b authored over 5 years ago by Matan Kushner <[email protected]>
Add the package version segment (#35)

0b9334f4385897e8885212f7e399c7809379595e authored over 5 years ago by John Letey <[email protected]>
Create CODE_OF_CONDUCT.md (#42)

81b3288568d37425433dc0c70ec834817f960602 authored over 5 years ago by Matan Kushner <[email protected]>
Clean up feature request template comment

c99f4ba3386acfe6411094a41115d8435facd5d7 authored over 5 years ago by Matan Kushner <[email protected]>
Add docker for integration tests (#37)

0872d524caa91005c696a6904bd6987df8b0e509 authored over 5 years ago by Matan Kushner <[email protected]>
Revert "Add docker for integration tests" (#36)

This reverts commit 67d938c3de08671518409b556f23d0e1181e920d.

5980a0a845e78ffbcc0b0da243a01ffa42d3643b authored over 5 years ago by Matan Kushner <[email protected]>
Add docker for integration tests (#26)

67d938c3de08671518409b556f23d0e1181e920d authored over 5 years ago by Matan Kushner <[email protected]>
Add the Git branch segment (#32)

Added
- Repository to Context for reuse in directory and git_branch
- git_branch to prompt

...

9a352c0acc8e387b27822177e826605a383070cd authored over 5 years ago by Matan Kushner <[email protected]>
πŸ“ Add PULL_REQUEST_TEMPLATE.md (#30)

Co-authored-by: Matan Kushner <[email protected]>

85e4b11f0b440046e55012bf2b693a00e0862e85 authored over 5 years ago by Tiffany Le-Nguyen <[email protected]>
Add feature request template (#29)

5583ce522b7da3ec715f88501942376215b367ef authored over 5 years ago by Tiffany Le-Nguyen <[email protected]>
Add bug report template (#28)

3ca4cd90d81463fe44fff20ada33157a995e0f57 authored over 5 years ago by Tiffany Le-Nguyen <[email protected]>
Add Python version segment (#23)

ca12d22acea70cb3fb3b05da16388f34f22b8fb8 authored over 5 years ago by John Letey <[email protected]>
Add a Contributing section to README.md (#20)

213cded9110699903107b630dc01f7127e53c1f0 authored over 5 years ago by Tim Mulqueen <[email protected]>
Correct the Rust version symbol in README (#19)

f75013ce08b90701621e6ac17d282e9544ab893b authored over 5 years ago by John Letey <[email protected]>
Share dir_files between segments through Context (#16)

bb2bcd604b13d15f7dcb7f7fc1d1cc2ae12dda8d authored over 5 years ago by Matan Kushner <[email protected]>
Update features included in starship

33d8beda2d8856ab2fc6673fb54c4b0963b7cc5a authored over 5 years ago by Matan Kushner <[email protected]>
feat: Add Rust version segment (#15)

643256e877295fb50154ffc7963c19cafa55d46a authored over 5 years ago by Tim Mulqueen <[email protected]>
Use "context" to contain run details (#14)

* Create "context" to contain run details

* Use context in tests and benchmarks

022e0002e40d9286677ae59e751b4b873dce6e95 authored over 5 years ago by Matan Kushner <[email protected]>
Bump clap from 2.32.0 to 2.33.0 (#13)

6d7485cf5017d05596db85ce49bc979ee3319057 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>