Skip to content

Instantly share code, notes, and snippets.

@lmmx
Created October 30, 2025 12:31
Show Gist options
  • Save lmmx/56d427fb6474d279b8b7ec14c677ac3d to your computer and use it in GitHub Desktop.
Save lmmx/56d427fb6474d279b8b7ec14c677ac3d to your computer and use it in GitHub Desktop.
Cliptargets ANSI HTML to markdown converter one liner
function reclip { cliptargets --json | jq '.["text/html"]' | htmd - | clip ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment