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
lynx -dump -nolist $url # Classic non-graphical (CLI) web browser
# Use lynx to run repeating website actions # Dump [URL]; do not show link URLs.
# For creating your keystroke file, use: lynx -dump -nolist [URL]
# lynx -cmd_log yourfile
lynx -accept_all_cookies -cmd_script=/your/keystroke-file
# 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 lynx -force_html -stdin -dump -nolist

Loading…
Cancel
Save