From f252feb18a74af388d4ecdc6989bb578d9141131 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 1 Mar 2024 12:54:36 -0500 Subject: [PATCH] Update README.md Signed-off-by: Daniel M --- README.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ce1a58..80fe8de 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,33 @@ GitHub Actions Manager for JetBrains IDEs [![Downloads](https://img.shields.io/jetbrains/plugin/d/com.dsoftware.ghtoolbar.svg)](https://plugins.jetbrains.com/plugin/19347-github-actions-toolbar) # Screenshots + ![](docs/screenshot-new-ui-dark.png) ![](docs/screenshot-new-ui-light.png) -This plugin creates a toolbar on JetBrains products (IntelliJ, PyCharm, ...) +This plugin creates a toolbar on JetBrains products (IntelliJ, PyCharm, ...) where you can view GitHub workflow runs of the repository. -This plugin is a good alternative to alt-tabbing for every time you push -some changes to the branch and want to see whether the repository's checks +This plugin is a good alternative to alt-tabbing for every time you push +some changes to the branch and want to see whether the repository's checks are passing on your changes. - # Sponsor + GitHub Actions Manager for JetBrains products is developed for free. - - - Subscribe on Polar - +Support this project by becoming a sponsor using [GitHub sponsors](https://github.com/sponsors/cunla). + +Alternatively, register to @cunla's feed on polar.sh: -Support this project by becoming a sponsor using [this link](https://github.com/sponsors/cunla). + + + + Subscribe on Polar + + # Installation @@ -42,13 +47,14 @@ Support this project by becoming a sponsor using [this link](https://github.com/ - Manually: - Download the [latest release](https://github.com/cunla/ghactions-manager/releases/latest) and install it manually using + Download the [latest release](https://github.com/cunla/ghactions-manager/releases/latest) and install it manually + using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... - # Contributions + Contributions are welcome. Please see the [contributing guide](https://github.com/cunla/ghactions-manager//blob/master/.github/CONTRIBUTING.md) for more details. The maintainer generally has very little time to work on ghactions-manager, so the @@ -57,5 +63,6 @@ best way to get a bug fixed is to contribute a pull request. If you'd like to help out, you can start with any of the issues labeled with `Help wanted`. -# +# + Based on [Otanikotani's github-actions-tab](https://github.com/Otanikotani/view-github-actions-idea-plugin).