Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command to copy the url of the current page #534

Merged
merged 10 commits into from
Aug 6, 2021
6 changes: 5 additions & 1 deletion apps/generic_browser.talon
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
tag: browser
-
(address bar | go address | go url): browser.focus_address()
(address copy | url copy | copy address | copy url):
browser.focus_address()
sleep(50ms)
edit.copy()
go home: browser.go_home()
[go] forward: browser.go_forward()
go (back | backward): browser.go_back()
Expand Down Expand Up @@ -62,4 +66,4 @@ dev tools: browser.toggle_dev_tools()
# dupe tab: key(y t)
# restore: key(X)
# search tabs: key(T)
# move to window: key(W)
# move to window: key(W)