For once a non-security terminal thing. I'm sure someone else has written this but I couldn't find it; here's a simple script that makes commit IDs in "git log" clickable (in many terminals): https://gist.github.com/dgl/ef848e75c03c09b0db63a43173ee5662
A git pager that wraps less and links commits using OSC8

A git pager that wraps less and links commits using OSC8 - git-osc8-pager

Gist
@dgl Is that using OSC 8?
@leonerd yes, most versions of less support it now (main exception is OpenBSD’s fork)
@dgl I guess I should think about adding it to libvterm/pangoterm then huh
@leonerd @dgl and sdview?

@ilmari @dgl Yep that'll be next.

Imean technically I could add that first but i'd want to dogfood it actually working before I release it ;)