summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-20chore(bump): v0.12.0v0.12.0Matan Kushner
2019-08-20fix: Change panicking on unknown module to error print and support module ↵Saurav Sharma
listing flag (#197)
2019-08-19feat: Implement a two-phase init which allows us to write normal init ↵Kevin Song
scripts (#168) Implement a two-phase init procedure in starship. The first phase causes the shell to source a subshell, while the second phase (in the subshell) prints the main init script. This allows us to have nice init scripts with good styling, comments, and no pile of semicolons. Even better, it works as a drop-in replacement, so we don't need to update the docs.
2019-08-19docs: Small README.md fixesMatan Kushner
2019-08-19chore(deps): Update `crossbeam-epoch` dependency (#200)Saghm Rossi
2019-08-19chore: Add labels to issue templatesMatan Kushner
2019-08-19chore(deps): Bump pretty_env_logger from 0.3.0 to 0.3.1 (#195)dependabot-preview[bot]
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19chore(bump): v0.11.0v0.11.0Matan Kushner
2019-08-19docs: Add AUR install instructions (#187)Kevin Song
2019-08-18docs: add iamsauravsharma as a contributor (#189)allcontributors[bot]
2019-08-18feat: Add configuration for reordering the prompt module and disabling ↵Saurav Sharma
default order (#171) Adds functionality for reordering the prompt module through the use of the prompt_order configuration option in starship.toml
2019-08-18docs: add iamsauravsharma as a contributor (#186)allcontributors[bot]
2019-08-18fix: Solve bash & zsh cursor location confusion issue (#183)Saurav Sharma
Solves the issue of cursor location confusion on bash and zsh (#110) . Solution: modify ANSIString and wrap non-printing characters with correct escape sequences.
2019-08-18docs: Update setup instructions on landing page (#184)Matan Kushner
2019-08-18fix: Fix directory_in_root integration test on Windows (#181)John Merchant
2019-08-18fix: Set default prompt character to ❯ (#177)Kevin Song
2019-08-18fix: Correct broken zsh init in absence of precmd_functions (#180) Kevin Song
2019-08-17fix a few typos (#178)Saghm Rossi
2019-08-17feat: Allow bash users to specify a precmd function (#166)Kevin Song
Allows bash users to run a function before the shell is drawn, by defining a function and setting its name equal to starship_precmd_user_func.
2019-08-17docs: Small doc touch-ups (#176)Matan Kushner
2019-08-17docs: add cappyzawa as a contributor (#175)allcontributors[bot]
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
Add Vi-mode indicator for zsh
2019-08-17docs: Update the all-contributors badgeMatan Kushner
2019-08-17docs: add saghm as a contributor (#167)allcontributors[bot]
2019-08-16feat: Add option to control git directory truncation (#165)Saghm Rossi
2019-08-16chore(bump): v0.10.1v0.10.1Matan Kushner
2019-08-16fix: Fix compilation on NixOS with sandboxing (#164)Bruno Bigras
2019-08-16docs: Fix typo in directory module description (#163)Saghm Rossi
2019-08-16chore(bump): v0.10.0v0.10.0Matan Kushner
2019-08-15feat: Display Python package version from poetry (#153)Kevin Lane
2019-08-14fix: Don't run tests for ruby outside of the integration tests (#155)Kevin Song
2019-08-14chore: Delete empty test fileMatan Kushner
2019-08-14chore(deps): Bump toml from 0.5.1 to 0.5.3 (#151)dependabot-preview[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.1...0.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-14docs: Fix typo in Ruby module description (#152)Linus Unnebäck
2019-08-14docs: add AZanellato as a contributor (#150)allcontributors[bot]
2019-08-13feat: implement `cmd_duration` for bash (#144)Kevin Song
2019-08-13fix: Fix issues with the init script for login shells (#147)Matan Kushner
2019-08-13ci: Remove remaining reference to bump brew formulaMatan Kushner
2019-08-13ci: Remove brew bump formula from CIMatan Kushner
2019-08-13chore(bump): v0.9.1v0.9.1Matan Kushner
2019-08-13ci: export the Homebrew GitHub API tokenMatan Kushner
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