Skip to content

Commit

Permalink
Update readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorhun committed Aug 5, 2019
1 parent ea16b03 commit 832bef6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 832bef6

Please sign in to comment.