From d06784958d73159b5e4abafe5114804662114ed7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 9 Jul 2026 22:15:53 -0400 Subject: move ubersicht modules in tree --- .../lib/scripts/run-command-in-iterm2.applescript | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/run-command-in-iterm2.applescript (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/run-command-in-iterm2.applescript') diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/run-command-in-iterm2.applescript b/users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/run-command-in-iterm2.applescript new file mode 100755 index 0000000..ab00115 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/scripts/run-command-in-iterm2.applescript @@ -0,0 +1,9 @@ +on run argv + set commandToRun to item 1 of argv + tell application "iTerm" + set newWindow to (create window with default profile) + tell current session of newWindow + write text commandToRun + end tell + end tell +end run \ No newline at end of file -- cgit v1.3