* Kai Hendry 2013-07-13 07:50 > Since hopefully most of you are running http://st.suckless.org/ and > tmux, perhaps you'll find this bind interesting: > > bind-key p capture-pane -S -32768 \; save-buffer /tmp/tmux-buffer \; > run "cat /tmp/tmux-buffer | curl -F 'sprunge=<-' http://sprunge.us > | tmux load-buffer -; tmux show-buffer"
not sure I find it useful as a binding in tmux -- never had this use case. But I have already piped some stuff to sprunge from a file since you posted it. It was very helpful. So, thank you for sharing. --s_