awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesCLI Data Processors

Command-line tools designed to take input strings or files and transform them into structured data formats.

Distinct from CLI Process Controls: Candidates focus on AI agent wrapping or process lifecycle, not data parsing utilities.

Explore 5 awesome GitHub repositories matching development tools & productivity · CLI Data Processors. Refine with filters or upvote what's useful.

Awesome CLI Data Processors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • faisalman/ua-parser-jsAvatar von faisalman

    faisalman/ua-parser-js

    10,140Auf GitHub ansehen↗

    ua-parser-js is a JavaScript library used to extract browser, operating system, and device information from raw user agent strings and client hints. It functions as a cross-platform tool that runs in both web browsers and Node.js server environments to identify web visitors. The library integrates modern HTTP client hint headers to retrieve hardware and browser details with higher accuracy than standard string parsing. It also includes a specialized detector to identify automated AI agents, web crawlers, and bots to distinguish human traffic from automated scripts. The project covers hardwar

    Ships a command-line interface for parsing individual strings or batch files into structured JSON visitor data.

    JavaScriptanalyticsbot-detectionbrowser-detection
    Auf GitHub ansehen↗10,140
  • dinedal/textqlAvatar von dinedal

    dinedal/textql

    9,109Auf GitHub ansehen↗

    TextQL is a command line SQL query engine designed to execute relational queries directly against structured text files, such as CSV and TSV, without requiring a database import. It functions as a relational text file analyzer and a CSV processor that treats plain text files as virtual tables for filtering, joining, and aggregating data. The tool is built as a pipe-compatible data transformation utility, allowing it to process data from standard input and output formatted datasets. It enables relational joins across multiple files or directories within a single query to analyze relationships

    Functions as a CLI tool that transforms input strings or files into structured output based on SQL queries.

    Go
    Auf GitHub ansehen↗9,109
  • spotify/basic-pitchAvatar von spotify

    spotify/basic-pitch

    5,207Auf GitHub ansehen↗

    Basic-pitch ist ein neuronaler Audio-Transkribierer und polyphoner Tonhöhendetektor. Er fungiert als Audio-zu-MIDI-Konverter, der polyphone Audioaufnahmen in MIDI-Notenereignisse und Pitch-Bend-Daten umwandelt. Das System bewahrt den musikalischen Ausdruck, indem es kontinuierliche Frequenzschwankungen verfolgt, um Glides und Vibrato in MIDI-Pitch-Bend-Ereignisse umzuwandeln. Es nutzt eine pluggbare Inference-Engine, die es ermöglicht, die Modell-Laufzeit basierend auf dem Betriebssystem oder den Anforderungen an die Hardwarebeschleunigung zu konfigurieren. Das Projekt bietet ein Command-Line-Interface für die Batch-Audioverarbeitung und eine programmatische Schnittstelle zur Integration von Transkription und Notenereignis-Extraktion in benutzerdefinierte Software. Transkriptionsergebnisse können als MIDI-Dateien, rohe Modellausgaben und Notenereignis-Tabellen exportiert werden.

    Provides a command-line tool that transforms audio files into structured MIDI notation data.

    Pythonaudiolightweightmachine-learning
    Auf GitHub ansehen↗5,207
  • asciidoctor/asciidoctorAvatar von asciidoctor

    asciidoctor/asciidoctor

    5,193Auf GitHub ansehen↗

    Asciidoctor ist eine Ruby-basierte Textverarbeitungs-Engine und eine Kommandozeilen-Toolchain, die entwickelt wurde, um AsciiDoc-Inhalte in strukturierte Publikationsformate, einschließlich HTML5 und DocBook 5, zu konvertieren. Sie fungiert als Toolchain für statische Content-Publikation, die Rohquelldateien in formatierte Dokumente umwandelt. Das System nutzt eine erweiterbare Konverter-Schnittstelle und Template-gesteuerte Ausgabe, wodurch die Standard-Konvertierungslogik über benutzerdefinierte Konverter oder Templates überschrieben werden kann. Dies ermöglicht die Generierung spezifischer Dokumentstrukturen und den Export von Inhalten in verschiedene Publikationsformate für diverse Vertriebskanäle. Die Toolchain deckt eine breite Palette an Funktionen ab, einschließlich programmatischer Inhaltskonvertierung über eine Entwicklerschnittstelle, Batch-Verarbeitung über ein Terminal-Interface sowie die Generierung und Minifizierung von Stylesheets für die HTML-Ausgabe. Sie parst Rohtext in ein internes Dokumentmodell, bevor sie ihn in das finale Zielformat übersetzt.

    Provides a terminal interface for converting source text into various output formats using customizable flags.

    Rubyasciidocasciidoctorconverter
    Auf GitHub ansehen↗5,193
  • simonmichael/hledgerAvatar von simonmichael

    simonmichael/hledger

    4,059Auf GitHub ansehen↗

    hledger is a plain text accounting tool and double-entry ledger manager that stores financial transactions in human-readable text files. It functions as a financial reporting engine for generating balance sheets and income statements, and as a multi-currency investment tracker for managing commodity lots and capital gains. The project distinguishes itself by providing multi-interface data access, allowing users to interact with their financial data via a command line interface, a terminal user interface, and a web server. It features a market-price valuation system to calculate the current va

    Processes journal files and transforms financial data into plain text or CSV formats via the terminal.

    Haskellaccountingcommand-line-toolconsole-application
    Auf GitHub ansehen↗4,059
  1. Home
  2. Development Tools & Productivity
  3. CLI Data Processors