Skip to content

A VS Code extension that allows fast and colorful access to multiple workspaces.

License

Notifications You must be signed in to change notification settings

obostjancic/kolorkross

Repository files navigation

Logo

A VS Code extension that allows you to organize and access your projects in a color-coded way.

VSCode Marketplace GitHub license Language grade: JavaScript codecov GitHub last commit (branch) GitHub issues GitHub commit activity

Installation

To begin, you can get the extension from the VS Code Marketplace 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.

Add Project

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

Edit Project

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.

Open Project

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.