gitsome icon indicating copy to clipboard operation
gitsome copied to clipboard

Configurable prompt

Open hanfried opened this issue 7 years ago • 3 comments

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).

hanfried avatar Sep 02 '17 08:09 hanfried

Codecov Report

Merging #131 into master will increase coverage by 0.05%. The diff coverage is 100%.

@@            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

codecov-io avatar Sep 02 '17 08:09 codecov-io

I resolved the existing merge conflicts (the DEFAULT_TITLE changed over time that this PR is open :-o) and should be mergeable now :-)

hanfried avatar Aug 16 '22 06:08 hanfried

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).

Jimimaku avatar Nov 21 '22 23:11 Jimimaku