Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rainu/jb-project-opener

List all your JetBrains Projects and open the selected one
https://github.com/rainu/jb-project-opener

arch-linux aur-packages jetbrains rofi script

Last synced: about 1 month ago
JSON representation

List all your JetBrains Projects and open the selected one

Awesome Lists containing this project

README

        

# Jetbrains Project Opener

A Shell-Script which list all your JetBrains Projects and open the selected one.

## Dependencies

* [rofi](https://github.com/davatorium/rofi)
* [jq](https://stedolan.github.io/jq/)
* [jetbrains toolbox](https://www.jetbrains.com/toolbox-app/)

## How to install

Just download the shell-script and make them executable:

```
wget https://raw.githubusercontent.com/rainu/jb-project-opener/main/jetbrains-project-opener
chmod +x jetbrains-project-opener
```

### AUR

Or you can just install the [AUR-Package](https://aur.archlinux.org/packages/jetbrains-project-opener) on your arch-linux.
Here with usage of the [yay AUR Helper](https://github.com/Jguer/yay)

```
yay -S jetbrains-project-opener
```

## How to use

Then you can just call it:
```
./jetbrains-project-opener
```

## License

MIT, see [LICENSE](LICENSE).