https://github.com/obostjancic/kolorkross
  
  
    A VS Code extension that allows fast and colorful access to multiple workspaces. 
    https://github.com/obostjancic/kolorkross
  
color dependency-injection organizer typescript vscode vscode-extension
        Last synced: 7 months ago 
        JSON representation
    
A VS Code extension that allows fast and colorful access to multiple workspaces.
- Host: GitHub
 - URL: https://github.com/obostjancic/kolorkross
 - Owner: obostjancic
 - License: mit
 - Created: 2021-12-18T11:47:52.000Z (almost 4 years ago)
 - Default Branch: main
 - Last Pushed: 2023-03-14T18:24:26.000Z (over 2 years ago)
 - Last Synced: 2025-04-11T01:53:04.469Z (7 months ago)
 - Topics: color, dependency-injection, organizer, typescript, vscode, vscode-extension
 - Language: TypeScript
 - Homepage:
 - Size: 9.76 MB
 - Stars: 4
 - Watchers: 1
 - Forks: 0
 - Open Issues: 3
 - 
            Metadata Files:
            
- Readme: README.md
 - Changelog: CHANGELOG.md
 - License: LICENSE.md
 
 
Awesome Lists containing this project
README
          
A VS Code extension that allows you to organize and access your projects in a color-coded way.

[](https://github.com/obostjancic/kolorkross/blob/main/LICENSE.md)
[](https://lgtm.com/projects/g/obostjancic/kolorkross/context:javascript)
[](https://codecov.io/gh/obostjancic/kolorkross)



## Installation
To begin, you can get the extension from the **[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=obostjancic.kolorkross)** or by opening the Extensions side bar panel in Visual Studio Code and selecting the menu options for **View → Extensions** and searching for **Kolor Kross**.
## Features
Kolor Kross organizes projects (workspaces) into flexible groups. Every project is assigned a random color on creation. This allows users to develop mental maps when working across multiple projects. The Dasboard offers a quick overview and organization of all projects and their color codes. It also allows users to quickly jump into a project.
To Add a project to a group, simply click on the **+ Add Project** button.

You can change the color of the project, as well as the project name and path, by clicking on the **edit** icon.

To navigate to a project, simply click anywhere on the project row in the dashboard. Vs Code will open the project in a new window that is colored with the project color.

## Release Notes
### 0.3.0
- Implemented migration service
- Added feature to move projects up or down within a group
- Added feature to move groups up or down on the dashboard
### 0.2.0
- Added CI release process
- Added more colors to the color palette
- Exchanged `typedi` for `tsyringe`
- Restyled window colors
### 0.1.0
Initial release of Kolor Kross.