htmlq - jq pour HTML
(github.com)-
Outil CLI pour extraire du contenu de fichiers HTML à l’aide de sélecteurs CSS
-
Open source en Rust
curl URL | htmlq '#get-help' // Rechercher par ID
htmlq --attribute href a // Extraire tous les liens
htmlq --text .main // Extraire le texte
1 commentaires
jq - "sed/awk pour JSON" https://stedolan.github.io/jq/
SQ - "jq pour les données relationnelles" https://fr.news.hada.io/topic?id=3841
Modern Unix - alternatives modernes aux commandes Unix https://fr.news.hada.io/topic?id=4784