xcode-open-on-github
xcode-open-on-github copied to clipboard
Quick Actions for Xcode to jump to a source code line on Github or copy GitHub link to clipboard.
This fixes #10 Script fails if $dirname contains spaces
I get 'https://github.com/garvankeeley/firefox-ios%0Dhttps://github.com/mozilla-mobile/firefox-ios/blob/f09af843f5490f58211a3b71d4ac874e92c26b39/Client/Frontend/UserContent/UserScripts/MainFrame/AtDocumentEnd/FindInPage.js%23L66-L66' when this would be the working URL: 'https://github.com/mozilla-mobile/firefox-ios/blob/f09af843f5490f58211a3b71d4ac874e92c26b39/Client/Frontend/UserContent/UserScripts/MainFrame/AtDocumentEnd/FindInPage.js%23L66-L66' With one other strange problem, the encoded `#` as `%23` doesn't but work `#` does, which I think might...
The full path to my project contains spaces, e.g. /Users/Junjie/Documents/Local Git Repo/Project/… This causes the error when running the workflow: > The action “Run AppleScript” encountered an error: “sh: line...
I changed the way the repository URL is constructed slightly. Saving in Automator also changed the QuickLook thumbnail (which I kept because I don't want to fight the tools) and...
When run in Automator, it selects `path` in `set activeDocumentPath to path of activeDocument`. Any idea what's going on here?
If you wish to include these quick actions to support Bitbucket, here's a pull request for that. Tested with one repository that they work. Just needed to change "com" to...