Copy to system clipboard from Vim
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.
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...
Very useful trick, pause and restart a Linux process: