Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.02 KB

Terminal Colors for GitLab CI

Terminal Colors for GitLab CI is a tiny Chrome extension that provides terminal colors for GitLab CI build logs containing ANSI color codes.

It's inspired by the JenkinsTerminalColors extension.

Why?

GitLab CI produces a very nice xterm-like console output during a build:

During build

After the build, however, the log can only be viewed completely if it's smaller than 500kB. For larger logs, GitLab offers only the raw download of the build output:

Raw build log

With this Chrome extension, the raw build logs get the same colors as the log in GitLab:

Beautiful build log

How?

  • Install the extension
  • Open a raw build log on GitLab

Dev?

  • Clone the project
  • Open Extensions menu in Chrome
  • Enable Developer mode
  • Click on Load the unpacked extension
  • Select the path to the dist folder in your local copy of Terminal Colors for GitLab CI