awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesHTML Parsing Command Line Tools

Terminal-based utilities for parsing and filtering HTML documents.

Distinct from Command Line Parsers: Existing candidates are generic CLI argument parsers or DNS tools, not HTML-specific parsing utilities.

Explore 4 awesome GitHub repositories matching development tools & productivity · HTML Parsing Command Line Tools. Refine with filters or upvote what's useful.

Awesome HTML Parsing Command Line Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ericchiang/pupAvatar ericchiang

    ericchiang/pup

    8,427Vezi pe GitHub↗

    Pup is a command line tool for extracting and filtering data from HTML documents using CSS selectors. It functions as a parser and selector engine that isolates specific elements based on tags, IDs, classes, and attributes. The project provides utilities for converting selected HTML nodes into plain text, attribute values, or structured JSON objects. It includes a markup formatter that corrects missing tags and applies consistent indentation to improve the readability of HTML documents. The tool handles the retrieval of text content and attributes through a CSS selector engine, supporting co

    Ships a command line interface for retrieving and filtering specific elements from HTML documents.

    HTML
    Vezi pe GitHub↗8,427
  • postlight/parserAvatar postlight

    postlight/parser

    5,786Vezi pe GitHub↗

    Postlight Parser is a command-line tool that extracts the main article content from any web page URL, returning clean structured data including the title, author, date, excerpt, and lead image while stripping away ads and clutter. It uses a readability-based heuristic that scores HTML elements on text density and structural cues to identify the article body, and can accept pre-fetched HTML strings directly for parsing instead of fetching the URL. The tool distinguishes itself through a modular architecture that supports domain-specific extractor overrides, allowing custom JavaScript modules t

    Runs the extraction from a terminal and outputs the structured result directly to stdout.

    JavaScriptjestlabsmercury
    Vezi pe GitHub↗5,786
  • johanneskaufmann/html-to-markdownAvatar JohannesKaufmann

    JohannesKaufmann/html-to-markdown

    3,701Vezi pe GitHub↗

    html-to-markdown is a tool that transforms HTML content and websites into Markdown text. It functions as an HTML to Markdown converter and a command line processor for converting files or standard input streams into Markdown documents. The project is an extensible conversion engine that allows for custom element rendering and the registration of plugins to modify the transformation process. It includes a content filter that uses CSS selectors to include or exclude specific HTML elements during conversion. The system covers broad capability areas including link resolution for relative URLs, r

    Ships a terminal-based utility for converting HTML files and standard input streams into Markdown documents.

    Gocliconvertergo
    Vezi pe GitHub↗3,701
  • validator/validatorAvatar validator

    validator/validator

    1,951Vezi pe GitHub↗

    The validator repository contains an open-source markup validation engine that checks HTML, CSS, and SVG documents for conformance against official W3C web standards. It operates both as a command-line utility for batch processing local files and remote URLs, and as a standalone web server and HTTP API for browser-based and remote document conformance checking. The software utilizes a rule-based conformance engine and event-driven stream parsing to evaluate document structures, syntax trees, and web accessibility guidelines. It provides URL parsing and normalization utilities that validate i

    Runs automated batch checks on local files and directories from the terminal or build scripts.

    Javadevtoolshtml-checkerhtml-linter
    Vezi pe GitHub↗1,951
  1. Home
  2. Development Tools & Productivity
  3. HTML Parsing Command Line Tools