filter and sanitization for html
npm install xhtml-cliHTML filter and sanitization cli tool
``bash`
npm install -g xhtml-cli
`bash`
xhtml --help
`bash`
curl -s https://github.com | xhtml -s "meta[property]"
curl -s https://github.com | xhtml -selector "meta[property]"
!meta
`bash`
curl -s https://github.com | xhtml -s "strong" -d 0
curl -s https://github.com | xhtml -selector "strong" -depth 0
!meta
`bash``
curl -s https://github.com | xhtml -s "strong" -d 0 --no-color
curl -s https://github.com | xhtml -selector "strong" -depth 0 --no-color
!meta