Skip to content

Commit

Permalink
kamp-lines: unquote send command
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Nov 15, 2024
1 parent 77d5c0f commit 73114b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/kamp-lines
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<esc>{}g'"
nl -ba -s'' |
fzf --no-preview --prompt 'lines> ' |
awk '{print $1}' |
xargs -r -I {} kamp send execute-keys '<esc>{}g'

0 comments on commit 73114b8

Please sign in to comment.