Recent Posts

git error - RPC failed

less than 1 minute read

I had this recently during an HTTP git clone : error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. It turns...

NeoVim - Tidy YAML on save

less than 1 minute read

I like my YAML files to be tidied and sorted (see Tidying YAML). What would be great is if your editor, currently NeoVim for me, would do this automatically ...

Copy to system clipboard from Vim

less than 1 minute read

As is often the case, I find something today that I wonder why I haven’t looked for before. Copy from Vim to the system clipboard, ie not just inside Vim.

yq quoting with variables in Powershell

less than 1 minute read

This took me far to long to figure out, so I thought I’d post it here in case someone else wishes to keep all their hair. Using the yq tool under PowerShell,...