ansi2html
ansi2html copied to clipboard
linkify=True doesn't catch anchors
trafficstars
https://example.org#foobar
Would also be good to update the regex to only start on word boundaries.
I agree this feels like a bug:
# echo 'before https://example.org#foobar after' | ansi2html --inline --linkify
before <a href="https://example.org">https://example.org</a>#foobar after