# hq **Repository Path**: mirrors_chrisdickinson/hq ## Basic Information - **Project Name**: hq - **Description**: aw heq – a jq-like CLI tool for modifying HTML trees based on CSS selectors - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-06 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hq A jq-like tool for modifying HTML trees on the command line. ``` $ curl https://www.google.com | hq 'script' 'nope' | hq 'style' 'not today' ``` # License MIT