Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rainu/jb-project-opener
- Owner: rainu
- License: mit
- Created: 2021-11-29T19:55:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:23:31.000Z (about 1 year ago)
- Last Synced: 2024-11-08T18:14:35.777Z (3 months ago)
- Topics: arch-linux, aur-packages, jetbrains, rofi, script
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).