Read Markdown in Terminal
I often have the need for quickly reading Markdown on the command line.
Luckily there are tools like mdless
.
BUT! there are several implementations.
mdless
written in Ruby by Brett Terpstra, which can be installed vianpm
, does not particularly beautifully, have tested in the README of this repositorymdless
written in JavaScript by Michael Burkman, which can be installed as a Gem, does not render code snippetsmdr
tested with the README of this repository, did not render fast enough for my … patience
And there are probably plenty of other alternatives out there
None of the ones I have tested have been completely satisfying
But I still have the need, so I will keep monitoring the market and continuously evaluate what is out there and hopefully will some of the listed implementations evolve to be pretty, useful and fast :-)
Please check Reddit for more recommendations in this field.