mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
6 lines
192 B
Bash
Executable File
6 lines
192 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# Treat URL-like strings as links in all pages (convert text to url)
|
|
echo "W3m-control: SET_OPTION mark_all_pages=toggle"
|
|
echo "W3m-control: BACK"
|
|
echo "W3m-control: RELOAD"
|