summaryrefslogtreecommitdiffstats
path: root/sonar-base.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-02Merge sonar-base into git-sonar main fileMalfurious1-623/+0
The script is now contained in a single file. This file will be cleaned/refactored over time. Signed-off-by: Malfurious <m@lfurio.us>
2021-07-22Refactor fetch.shMalfurious1-1/+1
Some code is restructured to remove the need for this additional entry-point. Signed-off-by: Malfurious <m@lfurio.us>
2021-07-20Merge bash/zsh/fish color modes togetherMalfurious1-63/+20
This commit removes the differences between the supported shells and removes the options: --bash, --fish, and --zsh. I can not produce any problems in any of these shells using a generic form of the text coloring (ie: the one bash was using), so for simplicity I will opt to unify the way colors are handled and remove knowledge of the running shell. Something that _may_ end up being a problem is properly rendering the prompt in different terminal emulators. If this is of concern, it will be dealt with at a later time. Signed-off-by: Malfurious <m@lfurio.us>
2021-04-25Apply several suggestions from shellcheckMalfurious1-55/+79
Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Rename files to git-sonarMalfurious1-0/+642
Signed-off-by: Malfurious <m@lfurio.us>