1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00
starship/src
Kevin Lane ce540fff7a
feat: display Gradle project version (#662)
This PR adds package version support for Gradle projects. The version number is extracted from the `build.gradle` file in the current directory, similar to existing support for other packages.
2020-02-21 14:12:21 -05:00
..
configs feat(git_commit): Show the hash of commits when detached HEAD (#738) 2020-02-12 14:56:29 -05:00
init fix: Change command duration variable for Ion shell to CMD_DURATION (#911) 2020-02-06 14:41:55 -05:00
modules feat: display Gradle project version (#662) 2020-02-21 14:12:21 -05:00
bug_report.rs revert: "refactor: replace reqwest with ureq (#844)" (#895) 2020-02-05 22:58:39 -05:00
config.rs feat: Implement AWS region aliases (#646) 2019-12-20 12:30:47 -05:00
configure.rs fix: Consider $STARSHIP_CONFIG in configure (#795) 2019-12-30 15:46:02 -08:00
context.rs refactor: Move ANSI escaping into its own functions (#866) 2020-02-06 11:10:59 -05:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs feat: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
module.rs refactor: Move ANSI escaping into its own functions (#866) 2020-02-06 11:10:59 -05:00
print.rs fix: Restrict clear screen control code printing to fish (#865) 2020-01-27 17:23:08 -06:00
segment.rs feat: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
utils.rs test: refactor ruby and php modules to use mocked commands (#936) 2020-02-21 11:52:39 -05:00