Is there a web browser extension developer in the house? I want a Safari extension that transforms SR-nnn text into links to Issues · apple/swift-issues · GitHub .
···
--
Greg Parker gparker@apple.com Runtime Wrangler
Is there a web browser extension developer in the house? I want a Safari extension that transforms SR-nnn text into links to Issues · apple/swift-issues · GitHub .
--
Greg Parker gparker@apple.com Runtime Wrangler
For those of you using mutt, here's a quick script you can use in a macro for
this.
cat \
sed -E "s=[[:space:]]([Ss][Rr]-[[:digit:]])= Issues · apple/swift-issues · GitHub; \
> grep "bugs.swift.org" \
> urlview
--
Keith Smiley
On 03/28, Greg Parker via swift-dev wrote:
Is there a web browser extension developer in the house? I want a Safari extension that transforms SR-nnn text into links to Issues · apple/swift-issues · GitHub .
--
Greg Parker gparker@apple.com Runtime Wrangler_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
I did a pretty dumb version of this if you'd like to try it out. It adds a clickable icon after the text to make it clear what’s going on. GitHub - jder/swift-bugs: Autolinks SR-XXXX to bugs.swift.org
Download link is here: https://github.com/jder/swift-bugs/releases/download/v1.0-beta.1/SwiftBugs.safariextz
- Jesse
On Mar 28, 2016, at 6:42 PM, Greg Parker via swift-dev <swift-dev@swift.org> wrote:
Is there a web browser extension developer in the house? I want a Safari extension that transforms SR-nnn text into links to Issues · apple/swift-issues · GitHub .
--
Greg Parker gparker@apple.com Runtime Wrangler_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev