Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable prompt #131

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hanfried
Copy link

@hanfried hanfried commented Sep 2, 2017

Implementation for #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-io
Copy link

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

@hanfried hanfried changed the title Configurable default prompt Configurable prompt Sep 2, 2017
Resolving merge conflicts ended up having just one line between functions and/or other code.
This commit brings back the 2 lines separation
@hanfried
Copy link
Author

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

@Jimimaku
Copy link

Jimimaku commented Nov 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants