summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2019-07-20chore: v0.3.1v0.3.1Matan Kushner
2019-07-20chore: v3.0.1Matan Kushner
2019-07-20docs: add chipbuster as a contributor (#107)allcontributors[bot]
2019-07-20fix: handle path to shell in starship init (#106)Kevin Song
Add support for paths to init function This adds support for qualified paths (e.g. using `/usr/local/bin/zsh` instead of `zsh`) to init.rs. The function now converts the shell name into an OsStr, then to a Path, then gets the file stem, and unwraps back into a str. While this process can fail (yielding a None), it's highly unlikely to unless the user has messed with their shells or there's an issue in Starship--therefore, the failure message in this case simply asks the user to file a bug report.
2019-07-19chore: Exclude docs from published cratev0.3.0Matan Kushner
2019-07-19v0.3.0Matan Kushner
2019-07-19docs: Add links to website and missing detail (#105)Matan Kushner
2019-07-19refactor: Improve logging where lackingMatan Kushner
2019-07-19refactor: Better document context contentsMatan Kushner
2019-07-19docs: add sirMerr as a docs contributor (#103)allcontributors[bot]
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
2019-07-19ci: Use Python v3.6.9 in CI (#101)Matan Kushner
2019-07-19docs: Remove plans to support "self-updating"Matan Kushner
2019-07-15docs: Fix path to fish config in code snippet (#98)Tiffany Le-Nguyen
2019-07-15chore(deps): Bump ansi_term from 0.11.0 to 0.12.0 (#96)dependabot-preview[bot]
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/ogham/rust-ansi-term/releases) - [Commits](https://github.com/ogham/rust-ansi-term/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15docs: Add demo gif from spaceshipMatan Kushner
2019-07-15ci: Use tar.gz compression for unix build assetsv0.2.0Matan Kushner
2019-07-15ci: Set releases to not be pre-releasesMatan Kushner
2019-07-14ci: Trigger CI when new tags are pushedMatan Kushner
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner