5 مستودعات
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.
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.
node-notifier هو مكتبة Node.js وغلاف عبر الأنظمة الأساسية يوفر واجهة JavaScript موحدة لإرسال إشعارات سطح المكتب الأصلية على macOS و Windows و Linux. يعمل كجسر بين كود JavaScript وملفات إشعارات النظام الثنائية مثل libnotify و Growl و Windows Toasters. يدعم المشروع دمج التنبيهات الأصلية في تطبيقات Node.js، وتطبيقات سطح المكتب Electron، ونصوص shell. ويتضمن أداة سطر أوامر لتشغيل تنبيهات سطح المكتب مباشرة من طرفية باستخدام وسيطات أو مدخلات ممررة. تدير المكتبة تسليم التنبيهات الأصلية، بما في ذلك تشغيل صوت إشعار مخصص. كما تراقب تفاعل المستخدم، مما يسمح للتطبيقات بالاستماع للنقرات أو المهلات لتشغيل استجابات برمجية. تتوفر خيارات التكوين لضبط إعدادات مراسل نظام التشغيل، مثل معرفات التطبيق ومستويات الإلحاح.
Sends notification content to system utilities by piping text data directly into their input streams.
PathPicker هو محدد ملفات سطر أوامر ومنتقي ملفات صدفة تفاعلي يعمل كجسر بين مخرجات الطرفية والأدوات الخارجية. يحول المخرجات النصية من أوامر الصدفة إلى قائمة مرئية، مما يسمح للمستخدمين بتحديد وعزل مسارات ملفات محددة لاتخاذ إجراءات إضافية. تحلل الأداة تدفقات النصوص من أدوات مثل git أو grep لتحديد مسارات الملفات، والتي يمكن للمستخدمين بعد ذلك تصفيتها واختيارها عبر واجهة تفاعلية. يتم حقن هذه المسارات المحددة في قوالب أوامر قابلة للتهيئة أو تمريرها كحجج لعمليات خارجية، مثل محررات النصوص أو نصوص الصدفة المخصصة. تغطي الأداة معالجة مخرجات الصدفة، واختيار الملفات التفاعلي، وأتمتة سير عمل سطر الأوامر.
Processes lists of filenames provided via standard input for interactive selection.
icdiff هو أداة لتحليل النصوص عبر سطر الأوامر وأداة للمقارنة جنباً إلى جنب (side-by-side diff). يعمل كأداة مقارنة مرئية تحدد التعديلات بين ملفي نص وتعرضها في تخطيط عمودي ملون داخل الطرفية. تعمل الأداة كمزود للمقارنة في أنظمة التحكم في الإصدار، مما يسمح للمستخدمين باستبدال محركات المقارنة الافتراضية بتنسيق جنباً إلى جنب. وتستخدم رموز ألوان ANSI لتمييز التغييرات على مستوى الحروف، مما يوفر طريقة مرئية لمراجعة الكود وتحليل النصوص عبر الطرفية. يتعامل النظام مع حساب الفروقات من خلال التحليل القائم على الأسطر وحساب عرض العمود الديناميكي. ويدعم معالجة تدفق الإدخال القياسي، مما يتيح التكامل مع سير عمل أدوات الصدفة (shell) والأنابيب (pipes).
Processes data from command line arguments or pipes to integrate with shell utility workflows.
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.