mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-03 03:40:17 +00:00
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
|
#!/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
|