Explore >> Select a destination


You are here

dariawilliamson.com
| | linuxblog.darkduck.com
12.8 parsecs away

Travel
| | How to choose an operating system for your computer and how to run it there.
| | linuxblog.darkduck.com
11.9 parsecs away

Travel
| | How to choose an operating system for your computer and how to run it there.
| | kula.blog
11.5 parsecs away

Travel
| | Notes from a new VSCode Setup
| | lincolnmullen.com
67.4 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.