Show HN: CLI tool to convert Markdown to rich HTML clipboard content (github.com)
At work I need to use Teams. It supports a few Markdown features, but the editing experience for long message isn't smooth. So, I often write in nvim, preview it in the browser and then copy paste to Teams. This tool help me get rid of the review and copy step.
Build with Rust + Claude Code. Tested on Windows and Mac, should works on Ubuntu as well.
Caveats: it's still up to the pasted app to handle the HTML clipboard content.
4 comments
[ 2.9 ms ] story [ 25.0 ms ] threadWe are a offline API client using Markdown.
Take a look here maybe : https://github.com/VoidenHQ/voiden/
0: https://pandoc.org/
`cat something.md | pandoc -f gfm -t html | xclip -selection clipboard -t text/html`
other output type targets also available, check xclip docs
my small experience with Wayland suggested this sort of thing might be more difficult there, but dunno