read-only-coding
read-only-coding copied to clipboard
Automator services to make coding in Xcode easier
Now that I'm discovering your tool, is there a way to make it appear in the context menu? I'm assuming there is and I'm just to stupid to find it..
Thank you for the idea, it would be so great if I could open code-pieces directly via Xcode -> Github. I get the following warning when trying your script (Via...
The Open in GitHub workflow assumes the remote uses an HTTPS URL, which is what GitHub recommends by default. But it should also be possible to ascertain the webpage URL...
If two tabs in the same window are showing the same file, but with a different line selected, the Open in GitHub service always selects the lines that are selected...
Hi, @1ec5! I'm looking forward to start using your script. But, unfortunately, I can't Every time I'm trying to use it alert pops-up with text: `There is no application set...
The Open in GitHub workflow can be trivially extended to support GitLab.com as well. Here’s an example of a permalink there: https://gitlab.com/georgmay0/mapbox-gl-native/blob/116770cb3f53f334f91c9dbd5bbb66b2c82d2508/platform/macos/src/NSImage+MGLAdditions.h#L7-19 Note the missing `L` before the ending line...
The Open Selection in GitHub service assumes the HEAD has been pushed to the origin; otherwise, it leads you to a 404. If HEAD is not in origin, the service...
GitHub’s new code viewing UI supports an alternative URL format for permalinking to specific columns within a line. For example: https://github.com/maplibre/maplibre-native/blob/749458d6c866223c4966b0c6734b8d5cd8ad9744/platform/ios/platform/darwin/test/MLNExpressionTests.mm#LL1168C81-L1171C50 links to the range from line 1168, column 81...