Skip to content

clfer/tab-modifier-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tab-modifier-companion

The goal of this project is to provide a way to generate icons for all environments to be used with chrome-tab-modifier


Description

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.

Example:

First example list of generated icons:

ENV\APP Drupal Magento Jenkins
Original
red
US
EMEA
US
EMEA
yellow
US
EMEA
US
EMEA
green
US
EMEA
US
EMEA
light_blue
US
EMEA
US
EMEA

Changelog

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.

About

An icon generator to be used with chrome-tab-modifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages