Join Nostr
2026-03-16 19:22:25 UTC
in reply to

Justine Smithies on Nostr: I have the following set in my .kshrc to do exactly that.<a href="" class="mention ...

I have the following set in my .kshrc to do exactly that.<a href="https://snac.smithies.me.uk?t=coloured"; class="mention hashtag" rel="tag">#coloured</a> man pages<br>man() {<br> sh -c "man '$@' | col -bx | bat -l man"<br>}<br>