Skip to content

Commit

Permalink
Quicksilver action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Høidahl committed May 6, 2012
1 parent a34c513 commit bf43a43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/Move Window QS.scpt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf43a43

Please sign in to comment.