5 Repos
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.
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.
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.
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.
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.
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.