awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to docopt/docopt.cpp

Open-source alternatives to Docopt.cpp

30 open-source projects similar to docopt/docopt.cpp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Docopt.cpp alternative.

  • jarro2783/cxxoptsAvatar von jarro2783

    jarro2783/cxxopts

    4,779Auf GitHub ansehen↗

    cxxopts is a header-only C++ command line parser used to define required options, default values, and positional arguments for console applications. It functions as a lightweight utility for parsing command line arguments into typed values using short and long flags and automatically generating formatted help messages and documentation. The library provides capabilities for argument specification, allowing the definition of option descriptions, types, and boolean flags. It supports multi-value option collection into containers, default value management for omitted options, and the mapping of

    C++
    Auf GitHub ansehen↗4,779
  • tyrrrz/cliwrapAvatar von Tyrrrz

    Tyrrrz/CliWrap

    4,976Auf GitHub ansehen↗

    CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and integrate command line interfaces into applications. It provides a framework for launching external programs using asynchronous patterns, managing child processes, and validating exit codes. The library distinguishes itself through its ability to route standard input, output, and error streams to memory buffers or real-time event streams. It enables real-time monitoring of process output lines and supports process termination via cancellation tokens. The project covers a broad r

    C#clicommand-linedotnet
    Auf GitHub ansehen↗4,976
  • taywee/argsAvatar von Taywee

    Taywee/args

    1,623Auf GitHub ansehen↗

    A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

    C++argsargument-parserargument-parsing
    Auf GitHub ansehen↗1,623

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
p-ranav/indicatorsAvatar von p-ranav

p-ranav/indicators

3,399Auf GitHub ansehen↗

Activity Indicators for Modern C++

C++
Auf GitHub ansehen↗3,399
  • cliutils/cli11Avatar von CLIUtils

    CLIUtils/CLI11

    4,322Auf GitHub ansehen↗

    CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell input to typed variables and supports the creation of complex command hierarchies. The library is distinguished by its support for nested subcommands with infinite depth and prefix matching. It integrates configuration management by allowing application settings to be loaded from TOML or INI files, with the ability to fall back to environment variables. The project provides a comprehensive set of tools for argument parsing, including flags and positional arguments, alongside

    C++clicli-parsercpp11
    Auf GitHub ansehen↗4,322
  • junegunn/fzfAvatar von junegunn

    junegunn/fzf

    81,017Auf GitHub ansehen↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Gobashclifish
    Auf GitHub ansehen↗81,017
  • bfgroup/lyraAvatar von bfgroup

    bfgroup/Lyra

    594Auf GitHub ansehen↗

    A simple to use, composable, command line parser for C++ 11 and beyond

    C++
    Auf GitHub ansehen↗594
  • p-ranav/tabulateAvatar von p-ranav

    p-ranav/tabulate

    2,166Auf GitHub ansehen↗

    Table Maker for Modern C++

    C++
    Auf GitHub ansehen↗2,166
  • adishavit/arghAvatar von adishavit

    adishavit/argh

    1,439Auf GitHub ansehen↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    Auf GitHub ansehen↗1,439
  • 6bee/remote.linqAvatar von 6bee

    6bee/Remote.Linq

    356Auf GitHub ansehen↗

    Simply LINQ your remote resources...

    C#arbitrary-linq-queriesentityentity-framework
    Auf GitHub ansehen↗356
  • abhagsain/ai-cliAvatar von abhagsain

    abhagsain/ai-cli

    1,174Auf GitHub ansehen↗

    Get answers for CLI commands from ChatGPT right from your terminal

    TypeScriptaichatgptcli
    Auf GitHub ansehen↗1,174
  • abcminiuser/micromenu-v2Avatar von abcminiuser

    abcminiuser/micromenu-v2

    83Auf GitHub ansehen↗

    Tiny text-orientated menu library in C for embedded use.

    Makefile
    Auf GitHub ansehen↗83
  • abo/rerateA

    abo/rerate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • acheong08/chatgptAvatar von acheong08

    acheong08/ChatGPT

    27,924Auf GitHub ansehen↗

    This project is a command line AI client and API wrapper designed to facilitate interaction with a large language model. It functions as a terminal interface for sending multi-line prompts and receiving generated text, providing a means of conversational AI integration through a programmable interface. The system utilizes a reverse-engineered API interface and HTTP-based request simulation to communicate with the model. It includes an AI plugin manager that allows for the installation and management of external extensions to increase the functional capabilities of the language model. The imp

    Python
    Auf GitHub ansehen↗27,924
  • 0xjohnnyboy/scretch.nvimAvatar von 0xJohnnyboy

    0xJohnnyboy/scretch.nvim

    34Auf GitHub ansehen↗

    📝 Neovim plugin to manage scratch files !

    Lua
    Auf GitHub ansehen↗34
  • 0x4d31/burpaAvatar von 0x4D31

    0x4D31/burpa

    535Auf GitHub ansehen↗

    Burp-Automator: A Burp Suite Automation Tool with Slack Integration. It can be used with Jenkins and Selenium to automate Dynamic Application Security Testing (DAST).

    Python
    Auf GitHub ansehen↗535
  • abacaj/chatgpt-backupA

    abacaj/chatgpt-backup

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adaptiveconsulting/aeron.netAvatar von AdaptiveConsulting

    AdaptiveConsulting/Aeron.NET

    518Auf GitHub ansehen↗

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    Auf GitHub ansehen↗518
  • adamralph/simple-execA

    adamralph/simple-exec

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aandrew-me/tgptAvatar von aandrew-me

    aandrew-me/tgpt

    3,194Auf GitHub ansehen↗

    AI Chatbots in terminal for free

    Goaichatbotchatgpt
    Auf GitHub ansehen↗3,194
  • adelowo/onecacheA

    adelowo/onecache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 0xdexter0us/uproot-jsAvatar von 0xDexter0us

    0xDexter0us/uproot-JS

    97Auf GitHub ansehen↗

    Extract JavaScript files from burp suite project with ease.

    Kotlin
    Auf GitHub ansehen↗97
  • afex/hystrix-goAvatar von afex

    afex/hystrix-go

    4,418Auf GitHub ansehen↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    Auf GitHub ansehen↗4,418
  • aforward/ar2ectoAvatar von aforward

    aforward/ar2ecto

    13Auf GitHub ansehen↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    Auf GitHub ansehen↗13
  • agauniyal/rangAvatar von agauniyal

    agauniyal/rang

    1,581Auf GitHub ansehen↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    Auf GitHub ansehen↗1,581
  • ageekinside/fastapi-jinjaAvatar von AGeekInside

    AGeekInside/fastapi-jinja

    159Auf GitHub ansehen↗

    Adds integration of the Jinja template language to FastAPI.

    Python
    Auf GitHub ansehen↗159
  • agileobjects/agilemapperAvatar von agileobjects

    agileobjects/AgileMapper

    463Auf GitHub ansehen↗

    A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.

    C#dtomappermapping
    Auf GitHub ansehen↗463
  • agilira/flash-flagsAvatar von agilira

    agilira/flash-flags

    11Auf GitHub ansehen↗

    FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.

    Gocommand-lineconfiguration-filesevironmental-variables
    Auf GitHub ansehen↗11
  • agilira/orpheusAvatar von agilira

    agilira/orpheus

    32Auf GitHub ansehen↗

    Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with zero external dependencies. Built on FlashFlags, Orpheus provides a simple interface to create modern, fast CLI apps similar to git.

    Goagiliraclicli-app
    Auf GitHub ansehen↗32
  • adamralph/bullseyeAvatar von adamralph

    adamralph/bullseye

    946Auf GitHub ansehen↗

    🎯 A .NET library, developed by humans, for running a target dependency graph.

    C#
    Auf GitHub ansehen↗946