-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Services: Add service to finder contextual menu. #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Services: Add service to finder contextual menu. #583
Conversation
lolgear
commented
Sep 17, 2019
- Feature Request: Open GitUp from finder context menu #287
|
@lucasderraugh Awaiting for review :) |
GitUp/Application/ServicesProvider.m
Outdated
| [self.appDelegate _openRepositoryWithURL:url withCloneMode:kCloneMode_None windowModeID:NSNotFound]; | ||
| } | ||
| else { | ||
| // fill error if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we report back if the item doesn't contain a git repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasderraugh Sure.
Does this check exist in GCRepository?
|
@lucasderraugh |
|
@lucasderraugh |
|
Ready? |
|
@lucasderraugh Ready? |
|
Looks good. Sorry for taking forever to review this 😬. |
* application: services provider has been added. * application: app delegate services provider has been registered. * application: services provider notes have been added. * application: info plist service have been added. * Fix spelling mistake * application: services provider check for existing repository has been added. * application: services provider imports have been fixed. Co-authored-by: Lucas Derraugh <lucas@derraugh.com>