Skip to content

Commit

Permalink
#11: Add support for RustRover; Update product icons
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy committed May 24, 2024
1 parent 3e8646f commit 486853e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Alfred workflow for opening your JetBrains IDEs projects
| GoLand | 2020.3+ | goland |
| IntelliJ IDEA | 2020.3+ | idea |
| PyCharm | 2020.3+ | pycharm |
| RustRover | 2024.1+ | rustrover |
| WebStorm | 2020.3+ | webstorm |

Support for older IDE versions is not guaranteed.
Expand Down
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
['GoLand', 'goland', 'com.jetbrains.goland'],
['IntelliJ IDEA', 'idea', 'com.jetbrains.intellij'],
['PyCharm', 'pycharm', 'com.jetbrains.pycharm'],
['RustRover', 'rustrover', 'com.jetbrains.rustrover'],
['WebStorm', 'webstorm', 'com.jetbrains.webstorm'],
]

Expand Down
Binary file modified icons/androidstudio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/clion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/datagrip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/goland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/idea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/pycharm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/rustrover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/webstorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions products.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"pycharm": {
"folder-name": "PyCharm"
},
"rustrover": {
"folder-name": "RustRover"
},
"webstorm": {
"folder-name": "WebStorm"
}
Expand Down

0 comments on commit 486853e

Please sign in to comment.