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