shownotes-w3m-rice/fzf_speed/_urlw3m,--.extract.on.screen.urls.and.generate.clickable.url.with.full.context

4 lines
144 B
Plaintext
Raw Normal View History

2021-07-03 23:23:15 +00:00
#!/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