Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel M <[email protected]>
  • Loading branch information
cunla authored Mar 1, 2024
1 parent 59957c3 commit f252feb
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!-- Plugin description -->
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.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/subscribe.svg?org=cunla&label=Subscribe&darkmode">
<img alt="Subscribe on Polar" src="https://polar.sh/embed/subscribe.svg?org=polarsource&label=Subscribe">
</picture>
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).
<a href="https://polar.sh/cunla/subscribe">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://polar.sh/embed/subscribe.svg?org=cunla&label=Subscribe&darkmode">
<img alt="Subscribe on Polar" src="https://polar.sh/embed/subscribe.svg?org=cunla&label=Subscribe">
</picture>
</a>


# Installation
Expand All @@ -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
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>


<!-- Plugin description end -->

# 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
Expand All @@ -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).

0 comments on commit f252feb

Please sign in to comment.