pup
Verified for current stable LTS
Pup Commands
Pup command syntax with verified terminal examples.
Commands
6 commands for Pup
pup Operations
Pup Command: Filter Html By Attribute Value
cat <index.html> | pup '<input[type="text"]>' pup Operations
Pup Command: Filter Html By Id
cat <index.html> | pup '<div#id>' pup Operations
Pup Command: Filter Html By Tag Name
cat <index.html> | pup '<tag>' pup HTTP
Pup Command: Print Html As Json
cat <index.html> | pup '<div> json{}' pup Operations
Pup Command: Print Html Text From Elements
cat <index.html> | pup '<div> text{}' pup Operations
Pup Command: Transform Html Formatting
cat <index.html> | pup --color Suggest a Pup Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Pup workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.