paste clipboard text plus string with .inputrc
1
vote
1
answer
556
views
I've got in my .inputrc something like
"\C-v": "script.sh "
I use a link from my clipboard as a parameter for the script, so I type ctrl-v and then paste the link, and then hit enter.
So I've seen that you can use "paste-from-clipboard" to actually paste something.
Is there a way to get this done alltogether by .inputrc? Something like
"\C-v": "script.sh ", paste-from-clipboard, "\n"
Asked by strudelkopf
(145 rep)
Oct 3, 2015, 03:51 PM
Last activity: Sep 20, 2024, 03:37 PM
Last activity: Sep 20, 2024, 03:37 PM