htmlq - jq para HTML
(github.com)-
Ferramenta de CLI para extrair conteúdo de arquivos HTML usando seletores CSS
-
Open source em Rust
curl URL | htmlq '#get-help' // localizar por ID
htmlq --attribute href a // extrair todos os links
htmlq --text .main // extrair texto
1 comentários
jq - "sed/awk para JSON" https://stedolan.github.io/jq/
SQ - "jq para dados relacionais" https://pt.news.hada.io/topic?id=3841
Modern Unix - substitutos modernos para comandos Unix https://pt.news.hada.io/topic?id=4784