NeoVim - Tidy YAML on save
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 ...
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 ...
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.
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,...
Given the following .dockerconfigjson type secret in Kubernetes: { "apiVersion": "v1", "data": { ".dockerconfigjson": "kjhsadflkjhasdlfkhjasd...
I often find that I need to paste the full filesystem path to a given file somewhere, into a config file, onto the command line, etc. This small shell functi...