bash-git-prompt
bash-git-prompt copied to clipboard
Is there any file or page where all the existing themes are showed off?
Is there any screenshot, file or page where all the existing themes are showed off with examples of each one?
Try this
for th in `git_prompt_list_themes 2>&1`; do echo "this is $th"; GIT_PROMPT_THEME=$th; setGitPrompt ; echo "${PS1@P}" ; done;
@magicmonty could we get this listed on the main docs page somehow ? The .zip contains raw HTML.
@tomchiverton Raw HTML is not so good here I think. If you find a way to automate screenshots this way, then we could integrate them into the wiki page
Well, the code above will run to generate the raw ANSI output, but I don't know of a good way to capture this other than 'save as' in Konsole