1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 03:32:36 +00:00
starship/src
Alexander Gonzalez 9f337d15e7
feat: Add the git_metrics module (#2827)
This PR adds a new module named git_metrics. It shows the added/deleted lines in the current git repository following the format: "[+$added_lines]($added_style) [-$deleted_lines]($deleted_style)".
2021-07-10 16:54:34 -04:00
..
configs feat: Add the git_metrics module (#2827) 2021-07-10 16:54:34 -04:00
formatter feat: treat empty string as none when formating (#2738) 2021-06-29 19:33:43 -04:00
init fix(nu): use correct session key variable name (#2874) 2021-07-10 12:14:42 +02:00
modules feat: Add the git_metrics module (#2827) 2021-07-10 16:54:34 -04:00
test test(battery): add battery tests (#2795) 2021-06-29 19:46:41 -04:00
bug_report.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
config.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
configure.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
context.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
lib.rs build: Add additional build information to version and bug report (#2124) 2021-01-22 20:14:51 +01:00
logger.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
main.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00
module.rs feat: Add the git_metrics module (#2827) 2021-07-10 16:54:34 -04:00
print.rs refactor(print): introduce UnicodeWidthGraphemes trait (#2670) 2021-05-02 09:55:26 +02:00
segment.rs chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
utils.rs feat: add support for nu shell (#2847) 2021-07-04 15:32:58 -04:00