Skip to content

Commit

Permalink
feat: add arc cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Oct 5, 2024
1 parent 7151868 commit 55e93a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotfiles/.local/bin/arc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

osascript -e "tell application \"Arc\"
make new tab with properties {URL:\"$1\"}
activate
end tell"

0 comments on commit 55e93a2

Please sign in to comment.