[swift-dev] Web browser extension for SR-nnn links?

Keith Smiley keithbsmiley at gmail.com
Mon Mar 28 19:21:30 CDT 2016


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:]])= https://bugs.swift.org/browse/\1=g" \
  | 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 https://bugs.swift.org/browse/SR-nnn .
>
>
> --
> Greg Parker     gparker at apple.com     Runtime Wrangler
>
>
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160328/ff08312f/attachment.sig>


More information about the swift-dev mailing list