From c51e36bbc6a720671afeebe8f8b41707d0575776 Mon Sep 17 00:00:00 2001 From: Tsong Lew Date: Sat, 17 Sep 2022 12:51:20 +0800 Subject: [PATCH] chore: udpate readme --- README.md | 69 ++++++++++++++++++++++++++ build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 5 +- 3 files changed, 74 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac62048..0e6d88d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,75 @@ a simple intellij platform etcd plugin +## Usage + +
Add new connection
+ + +
  • +
    Fill connection infos
    + +
  • +
  • +
    Connection added
    + +
  • +
  • +
    Delete connection
    + +
  • +
  • +
    Double click to view keys
    + +
  • +
  • +
    Double click to view values
    + +
  • +
  • +
    Search by prefix
    + +
  • +
  • +
    Group keys
    + +
  • +
  • +
    Update value
    + +
  • +
  • +
    Delete key
    + +
  • +
  • +
    Create key
    + +
  • + + ## Contributors ## Acknowledgement diff --git a/build.gradle.kts b/build.gradle.kts index ebe8e61..8669bfb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.github.tsonglew" -version = "1.0-SNAPSHOT" +version = "1.0.0" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e4b3712..f99cd0f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -26,7 +26,10 @@
  • Support displaying etcd keys in tree view
  • -
    usage:
    +
    + usage: + Readme +