htmlq - jq para HTML
(github.com)-
Herramienta CLI para extraer contenido de archivos HTML usando selectores CSS
-
Open source en Rust
curl URL | htmlq '#get-help' // Buscar por ID
htmlq --attribute href a // Extraer todos los enlaces
htmlq --text .main // Extraer texto
1 comentarios
jq - "sed/awk para JSON" https://stedolan.github.io/jq/
SQ - "jq para datos relacionales" https://es.news.hada.io/topic?id=3841
Modern Unix - alternativas modernas para los comandos de Unix https://es.news.hada.io/topic?id=4784