summaryrefslogtreecommitdiff
path: root/tmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context
diff options
context:
space:
mode:
Diffstat (limited to 'tmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context')
-rwxr-xr-xtmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context b/tmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context
new file mode 100755
index 0000000..e1fc48c
--- /dev/null
+++ b/tmuxsh/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+tmux new-window -n 'urlw3mcontext' -c "$HOME"
+tmux send-keys 'w3m -o mark_all_pages=1 /tmp/tmux-buffer && tmux kill-pane' C-m