diff --git a/contrib/Move Window QS.scpt b/contrib/Move Window QS.scpt new file mode 100644 index 0000000..9c125fe --- /dev/null +++ b/contrib/Move Window QS.scpt @@ -0,0 +1,8 @@ +using terms from application "Quicksilver" + on process text t + tell application "Quicksilver" to close + do shell script ("/usr/local/bin/move_window " & t) + return nothing + end process text +end using terms from +