
pup
List of commands for pup:
-
pup:tldr:1100e pup: Print all text from the filtered HTML elements and their children.$ cat ${index-html} | pup '${div} text{}'try on your machineexplain this command
-
pup:tldr:49a24 pup: Print HTML as JSON.$ cat ${index-html} | pup '${div} json{}'try on your machineexplain this command
-
pup:tldr:58997 pup: Transform a raw HTML file into a cleaned, indented, and colored format.$ cat ${index-html} | pup --colortry on your machineexplain this command
-
pup:tldr:8575a pup: Filter HTML by element tag name.$ cat ${index-html} | pup '${tag}'try on your machineexplain this command