Y
Hacker News
new
|
ask
|
show
|
jobs
by
ashton314
309 days ago
Very cool!
I did something like this with pandoc:
pandoc -s -t man "$1" | groff -T utf8 -man | ${PAGER:-less}
Keeps a lot or formatting. My favorite way to read a README file in the terminal