Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 343 Bytes

grab-url-from-browser

A little AppleScript to grab the URL from the active tab of your default browser.

Usage

$ osascript ./grab-url.applescript; pbpaste

How it works

Crudely - there's nothing at all nice about this yet. It simply uses GUI scripting to select and copy the URL to the clipboard …