Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    You could always do it with something like while true; do xclip -sel c -o | xclip -sel c -quiet; done Commented Apr 17, 2023 at 14:18
  • @StéphaneChazelas That might actually work, and you could also throw in -t to pick a specific format.
    – dirkt
    Commented Apr 17, 2023 at 14:22
  • 1
    Used in Save HTML from clipboard as markdown text for instance. Commented Apr 17, 2023 at 14:28