1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-19 01:19:01 +00:00
starship/tests
Titouan Vervack 59e8b1fc92 feat: added truncation_length/symbol to git_branch (#268)
Git branches can become very long (e.g. gitlab auto-generated branch
names), thus it would be nice to be able to truncate them to keep your
prompt lenght in line.

This patch adds two new options to the git_branch module:
* truncation_length: The amount of graphemes to of a gitbranch to
truncate to
* truncation_symbol: The symbol that should be used to indicate that a
branch name was trunctated

To be able to correctly work with UTF-8 graphemes, unicode-segmentation
was added as a dependency.
2019-09-02 15:56:59 -04:00
..
fixtures feat: Add commit count for ahead/behind symbols (#247) 2019-08-27 20:11:42 -07:00
testsuite feat: added truncation_length/symbol to git_branch (#268) 2019-09-02 15:56:59 -04:00
Dockerfile feat: implement the ruby module (#131) 2019-08-13 18:43:29 -04:00