Tweak formatting & wording of comments in `lynx`

pull/102/head
terminalforlife 4 years ago
parent 8843c499e7
commit bf7b3e8a8f

@ -1,10 +1,13 @@
# Dump $url, do not show links urls
lynx -dump -nolist $url
# lynx
# Classic non-graphical (CLI) web browser
# Use lynx to run repeating website actions
# For creating your keystroke file, use:
# lynx -cmd_log yourfile
lynx -accept_all_cookies -cmd_script=/your/keystroke-file
# Dump [URL]; do not show link URLs.
lynx -dump -nolist [URL]
# convert html to text
# Creating your keystroke file for use with lynx(1).
lynx -cmd_log [FILE]
# Use above keystroke file to run repeating website actions.
lynx -accept_all_cookies -cmd_script=[FILE]
# Convert HTML from STDIN to text, then dump it to STDOUT.
lynx -force_html -stdin -dump -nolist

Loading…
Cancel
Save