The goal of this project is to provide a way to generate icons for all environments to be used with chrome-tab-modifier
Proof of Concept
I used chrome-tab-modifier to color code my development environments. This worked fine with the provided icons when I had only one app (Drupal) and a 3 step environment.
But I recently moved to a new project where there is way more environments and I kept getting lost in my tabs. So I wrote a little PHP script using GD library to generated all my icons.
First example list of generated icons:
| ENV\APP | Drupal | Magento | Jenkins | ||||||||||||||||||||||||||||||||||||||||||
| Original | |||||||||||||||||||||||||||||||||||||||||||||
| red |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
| yellow |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
| green |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
| light_blue |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
| Version | Comment |
|---|---|
| 0.0.2 | The script now read a json configuration file. Allow to declare and use variations template. |
| 0.0.1 | Added demo example and minimal docker to run it. |
| 0.0.0 | Added proof of concept code. |