From bf43a43751d2b558e0266ed69906f51b880aa16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20H=C3=B8idahl?= Date: Mon, 7 May 2012 00:22:34 +0200 Subject: [PATCH] Quicksilver action --- contrib/Move Window QS.scpt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/Move Window QS.scpt 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 +