diff options
Diffstat (limited to 'tmuxsh/_urlscan,--.extract.on.screen.urls.and.generate.clickable.url.list.with.context')
-rwxr-xr-x | tmuxsh/_urlscan,--.extract.on.screen.urls.and.generate.clickable.url.list.with.context | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmuxsh/_urlscan,--.extract.on.screen.urls.and.generate.clickable.url.list.with.context b/tmuxsh/_urlscan,--.extract.on.screen.urls.and.generate.clickable.url.list.with.context new file mode 100755 index 0000000..671ed64 --- /dev/null +++ b/tmuxsh/_urlscan,--.extract.on.screen.urls.and.generate.clickable.url.list.with.context @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +tmux new-window -n 'urlscan' -c "$HOME" +tmux send-keys 'urlscan /tmp/tmux-buffer && tmux kill-pane' C-m |