An open API service indexing awesome lists of open source software.

https://github.com/tsonglew/intellij-etcdhelper

IntelliJ platform etcd plugin
https://github.com/tsonglew/intellij-etcdhelper

android-studio clion etcd etcdv3 goland idea intellij intellij-plugin java kotlin plugin pycharm

Last synced: 4 months ago
JSON representation

IntelliJ platform etcd plugin

Awesome Lists containing this project

README

          

# intellij-etcdhelper

a simple intellij platform etcd plugin

[![license](https://github.com/tsonglew/intellij-etcdhelper/actions/workflows/license.yml/badge.svg)](https://github.com/tsonglew/intellij-etcdhelper/actions/workflows/license.yml)
[![Java CI with Gradle](https://github.com/tsonglew/intellij-etcdhelper/actions/workflows/gradle.yml/badge.svg)](https://github.com/tsonglew/intellij-etcdhelper/actions/workflows/gradle.yml)
[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/19924?logo=etcd)](https://plugins.jetbrains.com/plugin/19924-etcdhelper)
[![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/r/stars/19924)](https://plugins.jetbrains.com/plugin/19924-etcdhelper)

# Table of Content

- [ScreenShots](#screenshots)
- [Tool Window](#tool-window)
- [Settings](#settings)
- [Watch](#watch)
- [Create](#create-watch-item)
- [Settings](#fill-up-the-settings-dialog)
- [Query](#fill-up-the-settings-dialog)
- [Delete](#stop-watch)
- [Notification](#get-notification-when-event-triggered)
- [Install](#install)
- [JetBrains Plugins](#jetbrains-plugins)
- [Stable Version](#stable-version)
- [EAP Version](#eap-version)
- [Manually](#manually)
- [Download GitHub Releases](#download-github-releases)
- [Install from disk](#install-from-disk)
- [Acknowledgements](#acknowledgements)

## Screenshots

### Tool Window

![toolwindow.png](assets/images/toolwindow.png)

### Settings

![settings.png](assets/images/settings.png)

### Watch

#### create watch item

![create](assets/images/watch/create.png)

#### fill up the settings dialog

![settings](assets/images/watch/settings.png)

#### query watched items

![list](assets/images/watch/list.png)

#### stop watch

![delete](assets/images/watch/delete.png)

#### get notification when event triggered

![notify](assets/images/watch/notify.png)

# Install

## JetBrains Plugins

### Stable Version

[EtcdHelper on JetBrains Plugins Marketplace](https://plugins.jetbrains.com/plugin/19924-etcdhelper)

### EAP Version

See [Configuring a Custom Channel in IntelliJ Platform Based IDEs](https://plugins.jetbrains.com/docs/marketplace/custom-release-channels.html#9efde0b8)
and install from EAP channel

## Manually

### Download GitHub Releases

Download zip from [GitHub Releases](https://github.com/tsonglew/intellij-etcdhelper/releases)

### Install from disk

Install from disk,
see [Install from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk)

# Acknowledgements

* JetBrains kindly provides intellij-etcdhelper with a free open-source licence

JetBrains Logo (Main) logo.

# Stargazers over time

[![Stargazers over time](https://starchart.cc/tsonglew/intellij-etcdhelper.svg?variant=adaptive)](https://starchart.cc/tsonglew/intellij-etcdhelper)