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,229在 GitHub 上查看↗

    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,840在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗5,840
  • facebook/pathpickerfacebook 的头像

    facebook/PathPicker

    5,224在 GitHub 上查看↗

    PathPicker is a command line file selector and interactive shell file picker that serves as a bridge between terminal output and external tools. It converts text output from shell commands into a visual list, allowing users to identify and isolate specific file paths for further action. The utility parses text streams from tools such as git or grep to identify file paths, which users can then filter and select via an interactive interface. These selected paths are injected into configurable command templates or passed as arguments to external processes, such as text editors or custom shell sc

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

    Python
    在 GitHub 上查看↗5,224
  • jeffkaufman/icdiffjeffkaufman 的头像

    jeffkaufman/icdiff

    4,369在 GitHub 上查看↗

    icdiff 是一个命令行文本分析器和并排差异对比工具。它作为一种可视化比较工具,识别两个文本文件之间的修改,并在终端内以彩色双列布局呈现。 该工具充当版本控制差异提供程序,允许用户用并排格式替换默认的差异引擎。它利用 ANSI 颜色代码高亮显示字符级变更,为基于终端的代码审查和文本分析提供了一种可视化方法。 该系统通过基于行的分析和动态列宽计算来处理差异计算。它支持标准输入流处理,能够与 Shell 工具工作流和管道集成。

    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,482在 GitHub 上查看↗

    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