-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from gaufde/master
Re-write to support all IDEs in one workflow
- Loading branch information
Showing
10 changed files
with
301 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>bundleid</key> | ||
<string>com.github.artemy.jb_projects</string> | ||
<key>connections</key> | ||
<dict/> | ||
<key>createdby</key> | ||
<string>Artem Makarov</string> | ||
<key>description</key> | ||
<string>Alfred workflow for opening your JetBrains IDEs projects</string> | ||
<key>disabled</key> | ||
<false/> | ||
<key>name</key> | ||
<string>Recent JetBrains Projects</string> | ||
<key>objects</key> | ||
<array> | ||
<dict> | ||
<key>config</key> | ||
<dict> | ||
<key>concurrently</key> | ||
<false/> | ||
<key>escaping</key> | ||
<integer>102</integer> | ||
<key>script</key> | ||
<string>open -nb $bundle_id --args $@</string> | ||
<key>scriptargtype</key> | ||
<integer>1</integer> | ||
<key>scriptfile</key> | ||
<string></string> | ||
<key>type</key> | ||
<integer>0</integer> | ||
</dict> | ||
<key>type</key> | ||
<string>alfred.workflow.action.script</string> | ||
<key>uid</key> | ||
<string>2A23DCF4-C92B-48F0-99E8-A560582B30B5</string> | ||
<key>version</key> | ||
<integer>2</integer> | ||
</dict> | ||
</array> | ||
<key>readme</key> | ||
<string></string> | ||
<key>uidata</key> | ||
<dict> | ||
<key>2A23DCF4-C92B-48F0-99E8-A560582B30B5</key> | ||
<dict> | ||
<key>xpos</key> | ||
<real>470</real> | ||
<key>ypos</key> | ||
<real>480</real> | ||
</dict> | ||
</dict> | ||
<key>userconfigurationconfig</key> | ||
<array/> | ||
<key>version</key> | ||
<string>3.0</string> | ||
<key>webaddress</key> | ||
<string>https://github.com/artemy/alfred-jetbrains-projects</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.