X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=bin%2Fbin%2Fqq;h=250645a664e6476d699ad4ae135a2e5ee943207d;hb=HEAD;hp=290f13654e5cc492c287fd2fe6b0aa5f3b287707;hpb=ee9393309a947cea68e5ecb3563132ffd6a9b441;p=dotfiles.git diff --git a/bin/bin/qq b/bin/bin/qq deleted file mode 100755 index 290f136..0000000 --- a/bin/bin/qq +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -tmp=`mktemp` -tmux capture-pane -J -tmux save-buffer $tmp -tmux delete-buffer -perl -ne '/^([^:]+:\d+:.*[^\s])\s*$/ and print "$1\n"' < $tmp > $tmp.err -rm $tmp -vim -c copen -q $tmp.err -rm $tmp.err