htmlq icon indicating copy to clipboard operation
htmlq copied to clipboard

Support multiple attributes

Open dogancelik opened this issue 2 years ago • 2 comments

Hello, I needed to show multiple attributes so I made some changes. I added an extra argument "attribute separator" for separating the attributes (defaults to space).

Example:

$ htmlq -f download.html input -a name -a value -s =
Itemid=107
submit=Download
license_agree=1
download=431

Thank you for creating htmlq 🙏

dogancelik avatar Sep 11 '23 01:09 dogancelik

@mgdm

realies avatar Aug 14 '24 17:08 realies

Sorry I missed this! I like it, I'll look at getting it merged soon

mgdm avatar Aug 14 '24 18:08 mgdm