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     gpar...@apple.com     Runtime Wrangler
>
>
> _______________________________________________
> swift-dev mailing list
> swift-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to