awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesStandard Input Stream Processing

Processing lists of filenames provided via standard input for batch indexing.

Distinct from Standard Input Reading: Candidates refer to UI inputs or low-level I/O bridges, not the architectural pattern of piping filenames into a tool.

Explore 5 awesome GitHub repositories matching development tools & productivity · Standard Input Stream Processing. Refine with filters or upvote what's useful.

Awesome Standard Input Stream Processing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • universal-ctags/ctagsuniversal-ctags का अवतार

    universal-ctags/ctags

    7,229GitHub पर देखें↗

    Universal Ctags is a multi-language symbol indexer and regex-based parsing engine used to extract and catalog functions, classes, and variables from source code. It functions as a source code indexer that scans files across diverse programming languages to create searchable catalogs of definitions and declarations. The project is distinguished by its extensible parser framework, which allows users to define new language rules using regular expressions and configuration files. It supports complex parsing scenarios through state-based parsing, stack-oriented scope tracking, and guest-parser del

    Universal Ctags reads file names from standard input and prints tags to standard output on a file-by-file basis.

    Ccode-analysiscode-completioncode-navigation
    GitHub पर देखें↗7,229
  • mikaelbr/node-notifiermikaelbr का अवतार

    mikaelbr/node-notifier

    5,840GitHub पर देखें↗

    node-notifier एक Node.js लाइब्रेरी और क्रॉस-प्लेटफ़ॉर्म रैपर है जो macOS, Windows और Linux पर नेटिव डेस्कटॉप नोटिफिकेशन भेजने के लिए एक एकीकृत JavaScript इंटरफ़ेस प्रदान करता है। यह JavaScript कोड और libnotify, Growl और Windows Toasters जैसी सिस्टम-लेवल नोटिफिकेशन बाइनरीज़ के बीच एक पुल के रूप में कार्य करता है। यह प्रोजेक्ट Node.js एप्लिकेशन, Electron डेस्कटॉप ऐप्स और शेल स्क्रिप्ट में नेटिव अलर्ट्स को इंटीग्रेट करने का समर्थन करता है। इसमें तर्कों या पाइप किए गए इनपुट का उपयोग करके सीधे टर्मिनल से डेस्कटॉप अलर्ट ट्रिगर करने के लिए एक कमांड-लाइन यूटिलिटी शामिल है। यह लाइब्रेरी कस्टम नोटिफिकेशन ऑडियो के प्लेबैक सहित नेटिव अलर्ट डिलीवरी को मैनेज करती है। यह यूज़र इंटरैक्शन की भी निगरानी करती है, जिससे एप्लिकेशन को प्रोग्रामेटिक रिस्पॉन्स ट्रिगर करने के लिए क्लिक या टाइमआउट के लिए सुनने की अनुमति मिलती है। ऑपरेटिंग सिस्टम रिपोर्टर सेटिंग्स, जैसे एप्लिकेशन आइडेंटिफ़ायर और तात्कालिकता स्तरों को एडजस्ट करने के लिए कॉन्फ़िगरेशन विकल्प उपलब्ध हैं।

    Sends notification content to system utilities by piping text data directly into their input streams.

    JavaScript
    GitHub पर देखें↗5,840
  • facebook/pathpickerfacebook का अवतार

    facebook/PathPicker

    5,224GitHub पर देखें↗

    PathPicker एक कमांड लाइन फ़ाइल चयनकर्ता और इंटरैक्टिव शेल फ़ाइल पिकर है जो टर्मिनल आउटपुट और बाहरी उपकरणों के बीच एक पुल के रूप में कार्य करता है। यह शेल कमांड से टेक्स्ट आउटपुट को एक विज़ुअल सूची में परिवर्तित करता है, जिससे उपयोगकर्ता आगे की कार्रवाई के लिए विशिष्ट फ़ाइल पथों की पहचान और अलगाव कर सकते हैं। उपयोगिता git या grep जैसे उपकरणों से टेक्स्ट स्ट्रीम को पार्स करती है ताकि फ़ाइल पथों की पहचान की जा सके, जिन्हें उपयोगकर्ता फिर एक इंटरैक्टिव इंटरफ़ेस के माध्यम से फ़िल्टर और चयन कर सकते हैं। ये चयनित पथ कॉन्फ़िगर करने योग्य कमांड टेम्प्लेट में इंजेक्ट किए जाते हैं या बाहरी प्रक्रियाओं, जैसे टेक्स्ट एडिटर या कस्टम शेल स्क्रिप्ट के लिए तर्क के रूप में पारित किए जाते हैं। यह टूल शेल आउटपुट प्रोसेसिंग, इंटरैक्टिव फ़ाइल चयन और कमांड लाइन वर्कफ़्लो स्वचालन को कवर करता है।

    Processes lists of filenames provided via standard input for interactive selection.

    Python
    GitHub पर देखें↗5,224
  • jeffkaufman/icdiffjeffkaufman का अवतार

    jeffkaufman/icdiff

    4,369GitHub पर देखें↗

    icdiff is a command line text analyzer and side-by-side diff tool. It serves as a visual comparison utility that identifies modifications between two text files and renders them in a colored two-column layout within the terminal. The tool functions as a version control diff provider, allowing users to replace default difference engines with a side-by-side format. It utilizes ANSI color codes to highlight character-level changes, providing a visual method for terminal-based code review and text analysis. The system handles difference computation through line-based analysis and dynamic column

    Processes data from command line arguments or pipes to integrate with shell utility workflows.

    Python
    GitHub पर देखें↗4,369
  • mike-engel/jwt-climike-engel का अवतार

    mike-engel/jwt-cli

    1,482GitHub पर देखें↗

    JWT CLI is a command-line utility for encoding, decoding, and inspecting JSON Web Tokens. Built as a memory-safe binary, it provides a dedicated interface for verifying token claims, debugging authentication workflows, and generating signed tokens from custom claims and secret keys. The tool is designed for integration into shell environments and automated pipelines. It supports standard input and output streams, allowing users to pipe token data directly into the utility for processing. To improve command-line efficiency, it includes support for shell completion scripts. The application is

    Processes token data from standard input streams for automated shell workflows.

    Rustclicommand-line-tooljson
    GitHub पर देखें↗1,482
  1. Home
  2. Development Tools & Productivity
  3. Standard Input Stream Processing