/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

anishathalye.com
| | rup12.net
2.9 parsecs away

Travel
| | Do you find managing vim plugins frustrating? Do you think there needs to be a better way for that? Well then, let's talk about vim-plug. The plugin manager that plugs in plugins!
| | www.mitchellhanberg.com
1.3 parsecs away

Travel
| | [AI summary] A technical tutorial explains how to version control dotfiles on macOS using the rcm framework, git, and Github to facilitate easy provisioning of new machines.
| | stoddart.github.io
1.7 parsecs away

Travel
| |
| | lincolnmullen.com
23.6 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.