gitsome
gitsome copied to clipboard
Configurable prompt
Implementation for https://github.com/donnemartin/gitsome/issues/65
A very simple solution following the style as already loading the colors and saving prompt configuration also to .gitsomeconfig There isn't further documentation or error checking for what all the prompt options are, but it should easy now to adapt the default colors to a light color scheme what was my motiviation (replacing WHITE with BLACK here does it for me now).
Codecov Report
Merging #131 into master will increase coverage by
0.05%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #131 +/- ##
==========================================
+ Coverage 79.31% 79.36% +0.05%
==========================================
Files 36 36
Lines 2813 2820 +7
==========================================
+ Hits 2231 2238 +7
Misses 582 582
I resolved the existing merge conflicts (the DEFAULT_TITLE changed over time that this PR is open :-o) and should be mergeable now :-)
Implementierung für#65
Eine sehr einfache Lösung, die dem Stil folgt, da bereits die Farben geladen und die Eingabeaufforderung auch in .gitsomeconfig gespeichertwird Es gibt keine weitere Dokumentation oder Fehlerüberprüfung für alle Eingabeaufforderungsoptionen, aber es sollte jetzt einfach sein, die Standardfarben an ein helles Farbschema anzupassen, was meine Motivation war (WEISS durch SCHWARZ hier zu ersetzen, tut es jetzt für mich).