diff --git a/README.md b/README.md index 04b3a85..dec4d26 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ # Che Theia Git UI Tools plugin -Plugin for Che Theia which brings graphical git tools into Che workspace. +Plugin for Che Theia which brings desktop graphical git tools into Che workspace. List of included tools: - - git-gui + - git gui - gitk - gitg - git-cola - qgit - meld - - tkcvs - diffuse + - kdiff3 ### How to use this plugin -Just install it into your Eclipse Che workspace with has Che Theia editor. -Then a new panel with git logo will appear. -Open it and click on your favorite tool to open it. +Just install it into your Eclipse Che workspace which has Che Theia editor. +Then a new panel `Git UI Tools` with git logo will appear. +Open the panel and click on your favorite tool to use it. +In a moment a new tab with the selected tool for the current project will be opened. diff --git a/package.json b/package.json index 45fc800..45e1949 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,23 @@ { "name": "che-theia-plugin-git-ui-tools", + "description": "Brings git desktop tools into your Che workspace", "publisher": "mm4eche", "keywords": [ - "theia-plugin", + "che", + "che-theia", "git", "git-tools", - "desktop" + "desktop", + + "git gui", + "meld", + "gitk", + "gitg", + "git-cola", + "kdiff3", + "diffuse" ], - "version": "0.0.1", + "version": "1.0.0", "license": "EPL-2.0", "files": [ "src"