From bf7b3e8a8fd8644703d962c59a7bca8cd8fa120d Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Sun, 15 Mar 2020 14:14:18 +0000 Subject: [PATCH] Tweak formatting & wording of comments in `lynx` --- sheets/lynx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/sheets/lynx b/sheets/lynx index 11b4d2d..02dd06c 100644 --- a/sheets/lynx +++ b/sheets/lynx @@ -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