From 4bee1c911c0a710da47b62a31e84535d2e0b7c76 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 22 Apr 2021 09:48:30 -0700 Subject: chore(organize): restructured build to allow for parallel projects to sys functionality --- bin/tmux-send | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/tmux-send') diff --git a/bin/tmux-send b/bin/tmux-send index 47a6de8..b2e7fd4 100755 --- a/bin/tmux-send +++ b/bin/tmux-send @@ -4,6 +4,10 @@ dir=$1 tty=$(tmux list-panes -F "#{pane_active}#{pane_tty}" | grep '^1' | cut -c2-) vim=$(ps -o stat=,command= -t $tty | awk 'BEGIN{flag=0} {if($1 ~ /S*+/ && $2 ~ /nvim/){flag +=1}}; END {print flag}') +echo $dir +echo $tty +echo $vim + if [ $vim -gt 0 ]; then case $dir in up) -- cgit v1.2.1