From 73114b8d849fa2f7bb30992ee1aed70fec897a41 Mon Sep 17 00:00:00 2001 From: Vladimir Bauer Date: Fri, 15 Nov 2024 21:41:55 +0500 Subject: [PATCH] kamp-lines: unquote send command --- scripts/kamp-lines | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/kamp-lines b/scripts/kamp-lines index 56b5d3f..456380a 100755 --- a/scripts/kamp-lines +++ b/scripts/kamp-lines @@ -6,7 +6,7 @@ # - fzf (https://github.com/junegunn/fzf) kamp cat | - nl -ba -s' │ ' | - fzf --no-preview --prompt 'lines> ' | - awk '{print $1}' | - xargs -r -I {} kamp send "execute-keys '{}g'" + nl -ba -s' │ ' | + fzf --no-preview --prompt 'lines> ' | + awk '{print $1}' | + xargs -r -I {} kamp send execute-keys '{}g'