disable exec mode for the moment

This commit is contained in:
Jorge Morante 2016-05-01 19:50:57 +02:00
parent fd3c2ee1a6
commit fb07f89064
1 changed files with 7 additions and 6 deletions

View File

@ -61,12 +61,13 @@ do
continue
fi
if [[ $(has_capitals $input) == "1" ]]; then
tmux command-prompt -p "fingers-exec:" "run-shell -t $fingers_pane_id \"$CURRENT_DIR/exec.sh '%%' '$result' '${current_pane_id//%}' '${fingers_pane_id//%}'\""
else
copy_result "$result"
revert_to_original_pane $current_pane_id $fingers_pane_id
fi
#TODO meeec, still not working
#if [[ $(has_capitals $input) == "1" ]]; then
#tmux command-prompt -p "fingers-exec:" "run-shell -t $fingers_pane_id $CURRENT_DIR/exec.sh '%%' '$result' '${current_pane_id//%}' '${fingers_pane_id//%}'"
#else
copy_result "$result"
revert_to_original_pane $current_pane_id $fingers_pane_id
#fi
exit 0
done < /dev/tty