2 pointsby RivoLink5 hours ago2 comments
  • RivoLink4 hours ago
    leaf is a terminal Markdown previewer that brings a more GUI-like reading experience directly to the command line.

    It supports navigation, search, themes, watch mode, syntax highlighting, and more.

    Project: https://github.com/RivoLink/leaf

  • aselimov35 hours ago
    Why doesn’t this link the project?
    • RivoLink4 hours ago
    • verdverm3 hours ago
      slop, attemped AEO?

      It reads like there are not dozens of these already. Charm's stack even support stylesheets

      https://github.com/charmbracelet/glow (CLI)

      https://github.com/charmbracelet/glamour (module)

      • RivoLink3 hours ago
        You're right. I used glow before creating leaf, and the more I used it, the more I found myself wanting features like a persistent TOC, search, watch mode, and mouse support.

        That led me to build leaf as a more GUI-like Markdown reader for the terminal.

        Recently, an inline mode (leaf --inline) was added for users who prefer the simpler glow-style experience.

        • verdverm2 hours ago
          I will say the project itself does not look like slop, just the linked post, super low quality making your efforts look lower quality

          I too have tried other projects and then used Ai to build a more personal one. This seems to be the new modus operandi. It's very easy to point an ai at a project and have it build a new version with differences.

          My current project like this is an alternative to and built on typesense

          https://github.com/verdverm/gmd

          I may end up including a terminal markdown browser not that your project planted that seed in my head. Reverse uno and add search to yours? (highly recommend using typesense as the base for that, so many great features)