Created
October 30, 2025 12:31
-
-
Save lmmx/56d427fb6474d279b8b7ec14c677ac3d to your computer and use it in GitHub Desktop.
Cliptargets ANSI HTML to markdown converter one liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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