Having to copy/paste configuration commands with different settings, one needs to edit the text to be copied before pasting it, or just copy the fixed text and manually add the changing parts. It would be nice to have a way to define a template text, like: `ip addr add <192.168.1.1::ADDRESS> dev <eth0::IFNAME>` and then, upon pasting, klipper stops entering text when it detect the templating and shows some popups asking for 'ADDRESS' (with a default pre-filled value of 192.168.1.1) and for 'IFNAME'.
This is out of scope for klipper