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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesResult Callbacks

Bubbling command output to callers or result handlers.

Distinct from Command Callbacks: Distinct from Command Callbacks: focuses on result handling rather than setup logic.

Explore 3 awesome GitHub repositories matching development tools & productivity · Result Callbacks. Refine with filters or upvote what's useful.

Awesome Result Callbacks GitHub Repositories

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

    pallets/click

    17,560GitHub पर देखें↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Bubbles command output values up to the caller or a result callback.

    Pythoncliclickpallets
    GitHub पर देखें↗17,560
  • maurosoria/dirsearchmaurosoria का अवतार

    maurosoria/dirsearch

    14,403GitHub पर देखें↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Executes real-time processing functions via callbacks for every server response during an active discovery session.

    Python
    GitHub पर देखें↗14,403
  • ecrmnn/collect.jsecrmnn का अवतार

    ecrmnn/collect.js

    6,571GitHub पर देखें↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Provides a pipe method that passes the entire collection to a callback and returns the result.

    JavaScriptcollectionlaravellaravel-collections
    GitHub पर देखें↗6,571
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Command Callbacks
  5. Result Callbacks

सब-टैग एक्सप्लोर करें

  • Collection Pipe OperationsFunctions that pass an entire collection to a callback and return the callback's result. **Distinct from Result Callbacks:** Distinct from Result Callbacks: pipes the entire collection through a callback, not just command output.