/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ijrussell.github.io
| | lincolnmullen.com
3.9 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.
| | nodogmablog.bryanhogan.net
4.0 parsecs away

Travel
| | If you are using Visual Studio Code and you want to add a new project to your workspace, the easiest thing to do is something like - dotnet new xunit -f netcoreapp2.
| | www.raycast.com
3.0 parsecs away

Travel
| | Search and open projects from Visual Studio Code Project Manager
| | nonogra.ph
16.9 parsecs away

Travel
| This website which you're on right now is free (as in beer), free (as in freedom), open source software called Nonograph. It cost about $600 USD to release, mos...