summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-13chore(bump): v0.9.0v0.9.0Matan Kushner
2019-08-13feat: implement the ruby module (#131)André Zanellato
2019-08-13chore(bump): v0.8.7v0.8.7Matan Kushner
2019-08-13fix: Fix exception caused by the golang moduleMatan Kushner
Fixes #148
2019-08-13chore(bump): v0.8.6v0.8.6Matan Kushner
2019-08-13ci: Use the credential.helper config for gitMatan Kushner
2019-08-13chore(bump): v0.8.5v0.8.5Matan Kushner
2019-08-13fix: Fix issues with nodejs and golang configuration (#146)Matan Kushner
* fix: Give all modules a single name * test: Add missing config tests for nodejs and golang * test: Rename dir to directory
2019-08-12chore(bump): v0.8.4v0.8.4Matan Kushner
2019-08-12ci: Update Homebrew token storageMatan Kushner
2019-08-12fix: Fix issue with jobs and extra whitespace on MacOS with BSD… (#145)Kevin Song
MacOS wc has a habit of leaving nasty spaces in the output, which was messing up our argparser. To fix, quote the output from the jobs command, then have Rust trim out whitespace in the jobs module before parsing.
2019-08-12chore(bump): v0.8.3v0.8.3Matan Kushner
2019-08-12chore(bump): v0.8.2v0.8.2Matan Kushner
2019-08-12ci: Update brew before bumping the formulaMatan Kushner
2019-08-12chore(bump): v0.8.1v0.8.1Matan Kushner
2019-08-12ci: Remove duplicate brew argumentMatan Kushner
2019-08-12chore(bump): v0.8.0v0.8.0Matan Kushner
2019-08-12ci: Automate the bumping of the starship Brew formula (#143)Matan Kushner
2019-08-12feat: Implement configuration to display pyenv version name (#140)MaT1g3R
This behavior can be enabled via setting `use_pyenv` to true. The "pyenv" prefix before the version name can be configured using `pyenv_prefix`.
2019-08-12chore(bump): v0.7.0v0.7.0Matan Kushner
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-12docs: add MaT1g3R as a contributor (#142)allcontributors[bot]
2019-08-11fix: Move the battery to the newline before character (#139)Matan Kushner
2019-08-11feat: Implement Python virtual environment display (#137)MaT1g3R
2019-08-10docs: Add Brew installation instructions (#136)Matan Kushner
2019-08-10chore(bump): v0.6.0v0.6.0Matan Kushner
2019-08-10feat: Add configuration to change the character for non-zero sta… (#133)Kevin Song
Prompt can now switch characters in addition to switching character color. Add configuration options in so that users can do either, both, or neither.
2019-08-10fix: Add test attribute to cmd_duration tests (#134)Kevin Song
2019-08-08docs: add chipbuster as a contributor (#127)allcontributors[bot]
2019-08-08docs: Add missing periodMatan Kushner
2019-08-08docs: Remove "Planned" from execution time featureMatan Kushner
2019-08-08chore(bump): v0.5.0v0.5.0Matan Kushner
2019-08-08feat: implement timer module (#118)Kevin Song
Implement a timer module that takes a commandline argument, the number of seconds the last job took to complete, and displays it if appropriate. Alters shell initialization files to compute this number using date +%s where needed. Adds a config section to configure minimum amount of time before timer is shown (default is 2s)
2019-08-05chore(bump): v0.4.1v0.4.1Matan Kushner
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-08-05ci: Publish crate to Crates.io with CIMatan Kushner
2019-07-29chore(deps): Bump log from 0.4.7 to 0.4.8 (#123)dependabot-preview[bot]
Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits)
2019-07-29chore(deps): Bump dirs from 2.0.1 to 2.0.2 (#122)dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits)
2019-07-28docs: Add detail to the truncation_length descriptionMatan Kushner
2019-07-28docs: Fix table formatting for prompt configMatan Kushner
2019-07-28chore(bump): v0.4.0v0.4.0Matan Kushner
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
This allows the directory truncation length to be configured. Previously, it was hard-coded to truncate to 3 parent directories.
2019-07-28docs: add andrewda as a contributor (#121)allcontributors[bot]
2019-07-28feat: Use Unix-style slash on Windows (#119)Andrew Dassonville
Prior to this change, starship would use inconsistent slashes when displaying the working directory. With this change, starship uses Unix-style slashes on all platforms. This is consistent with the Git Bash and Cygwin prompts on Windows.
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
- Replace TableExt with a Config trait that extends toml::value::Table Add configuration for add_newline - add_newline is a root-level configuration value. When set to false, the initial newline before the prompt is removed.
2019-07-25docs: Attribute copyright to Starship Contributors (#115)Matan Kushner
2019-07-25chore(deps): Bump git2 from 0.9.1 to 0.9.2 (#114)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.9.1...git2-curl-0.9.2)
2019-07-24docs: Make our README.md prettier (with a few added details) (#111)Matan Kushner
2019-07-23chore(bump): v0.3.2v0.3.2Matan Kushner
2019-07-23fix: prompt now updates on bash and zsh (#109)Matan Kushner
Making use of PROMPT_COMMAND in bash and precmd in zsh, the prompt is no longer being expanded and rendered when the variable is initially set.