10 comments

  • juancn5 hours ago
    A screenshot would be a nice addition to the readme.<p>It seems is only pure text (no support for image extensions of a terminal, just a link to the image), based on this: <a href="https:&#x2F;&#x2F;github.com&#x2F;taf2&#x2F;mdvi&#x2F;blob&#x2F;master&#x2F;src&#x2F;renderer.rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;taf2&#x2F;mdvi&#x2F;blob&#x2F;master&#x2F;src&#x2F;renderer.rs</a><p>It looks nice and clean code.
    • taf23 hours ago
      Thanks i added a screenshot and in 0.2 you can see images now in the cli too
      • m4r71n20 minutes ago
        The screenshot you added uses a transparent terminal where you can see your Discord chat in the background. You might want to remove that ;-)
  • pss3141 hour ago
    Markdown reader using find, fzf and lnav<p><pre><code> find . \( -path &#x27;*&#x2F;vendor&#x2F;*&#x27; -or -path &#x27;*&#x2F;.git&#x2F;*&#x27; -or -path &#x27;*&#x2F;node_modules&#x2F;*&#x27; \) -prune -or -type f -name &quot;*.md&quot; -print | fzf | xargs lnav </code></pre> In the above command, the find command excludes directories such as &quot;vendor&quot; (golang), &quot;.git&quot; (git) and &quot;node_modules&quot; (nodejs). The lnav itself provides the markdown support <a href="https:&#x2F;&#x2F;lnav.org&#x2F;2022&#x2F;08&#x2F;06&#x2F;markdown-support.html" rel="nofollow">https:&#x2F;&#x2F;lnav.org&#x2F;2022&#x2F;08&#x2F;06&#x2F;markdown-support.html</a>
  • llimllib3 hours ago
    I created one I like: <a href="https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;mdriver" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;llimllib&#x2F;mdriver</a><p>it can echo images with kitty image protocol, and streams the output, which I use to show LLM output as it arrives<p>It doesn&#x27;t handle paging - you can pipe it to `less` or whatever pager for that
  • Blackarea1 hour ago
    3 source files, nice code, no vibe-coding slob, nice little project... That&#x27;s rare these days
  • kalterdev4 hours ago
    Isn’t vi good enough?
    • w0m2 hours ago
      NeoVim w&#x2F; render-markdown.nvim<p>(not to poo on OP - I dig a clean TUI renderer, I have BAT installed for a reason)
      • Blackarea1 hour ago
        Bat is nice. Oh dang now i have to try this plugin. I remember trying a couple of similar ones that got me so frustrated that i abandoned the idea of markdown viewers in nvim... Here we go again XD
    • munk-a3 hours ago
      No, I prefer emacs.
      • syngrog662 hours ago
        <i>makes sign of cross, and hisses</i>
  • maxsimb5 hours ago
    <a href="https:&#x2F;&#x2F;github.com&#x2F;Vagab&#x2F;mark" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Vagab&#x2F;mark</a> similar tool, but with editing enabled also!
    • eyjafjalajokull3 hours ago
      It’s funny to see markdown tools popping up with the rise of agents.
  • verdverm5 hours ago
    <a href="https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glamour" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charmbracelet&#x2F;glamour</a><p>Charm Glamour with a view port uses basic vi keybinds as well
  • gigatexal56 minutes ago
    You had me at vi bindings
  • syngrog662 hours ago
    ie. vim
    • taf21 hour ago
      aka view
  • bainganbharta3 hours ago
    [dead]