Skip to content

Commit

Permalink
Merge pull request #17 from tsonglew/chore/readme
Browse files Browse the repository at this point in the history
chore: udpate readme
  • Loading branch information
tsonglew authored Sep 17, 2022
2 parents 2288b46 + c51e36b commit 618318c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
69 changes: 69 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,75 @@

a simple intellij platform etcd plugin

## Usage

<div>Add new connection</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_0b9812f9-2315-4f0b-bf37-a9eca3bea050"
alt="add new connection"/>
</li>
<li>
<div>Fill connection infos</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_bba8f941-07d4-4930-af18-273a125ac1d7"
alt="fill connection infos"/>
</li>
<li>
<div>Connection added</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_178b9f8e-f55a-486e-855a-f45871b2297f"
alt="connection added"/>
</li>
<li>
<div>Delete connection</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_5ec9d3ca-22af-4573-9940-1768d9a368b5"
alt="delete connection"/>
</li>
<li>
<div>Double click to view keys</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_53615045-1c31-401f-8fb2-23567a5c0c52"
alt="view keys"/>
</li>
<li>
<div>Double click to view values</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_2d22060a-4ab2-4147-949d-e859c5948174"
alt="view values"/>
</li>
<li>
<div>Search by prefix</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_ddd78bcb-7f76-45dd-bcdd-4950b4494242"
alt="search by prefix"/>
</li>
<li>
<div>Group keys</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_a08d987e-4fc1-404d-8504-1a5a658def05"
alt="group keys"/>
</li>
<li>
<div>Update value</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_1e5e5a27-fd68-4ccf-983c-8c7c88c549d7"
alt="update value"/>
</li>
<li>
<div>Delete key</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_ab2e00cd-e299-4041-aa67-85c768396a8c"
alt="delete key"/>
</li>
<li>
<div>Create key</div>
<img width="400px"
src="https://plugins.jetbrains.com/files/19924/screenshot_cfce69d1-c9eb-4c75-bb25-a3a3bc982f7a"
alt="create key"/>
</li>
</ul>

## Contributors

## Acknowledgement
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.tsonglew"
version = "1.0-SNAPSHOT"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
<li>Support displaying etcd keys in tree view</li>
</ul>
</div>
<div>usage:</div>
<div>
<span>usage:</span>
<a href="https://github.com/tsonglew/intellij-etcdhelper/blob/master/README.md">Readme</a>
</div>
<div style="white-space:normal; word-break:break-all; width:100%">
<ul>
<li>
Expand Down

0 comments on commit 618318c

Please sign in to comment.