awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bilal-fazlani avatar

bilal-fazlani/commanddotnet

0
View on GitHub↗
612 stars·31 forks·C#·MIT·11 viewscommanddotnet.bilal-fazlani.com↗

Commanddotnet

A modern framework for building modern CLI apps

Features

  • CLI Tools - Model console apps using C# methods and classes.
  • Dotnet CLI Frameworks - Framework for building feature-rich console applications.
  • General Utilities - Framework for building command-line applications.

Star history

Star history chart for bilal-fazlani/commanddotnetStar history chart for bilal-fazlani/commanddotnet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Commanddotnet

Similar open-source projects, ranked by how many features they share with Commanddotnet.
  • tyrrrz/cliwrapTyrrrz avatar

    Tyrrrz/CliWrap

    4,976View on GitHub↗

    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
    View on GitHub↗4,976
  • natemcmaster/commandlineutilsnatemcmaster avatar

    natemcmaster/CommandLineUtils

    2,273View on GitHub↗

    Command line parsing and utilities for .NET

    C#command-linedotnetdotnet-core
    View on GitHub↗2,273
  • commandlineparser/commandlinecommandlineparser avatar

    commandlineparser/commandline

    4,817View on GitHub↗

    This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell arguments into strongly typed objects. It provides a framework for building console applications that process Unix-style flags and options. The project features a routing system that directs program execution based on action-oriented verbs, supporting sub-commands and default actions. It includes an automatic help generator that produces localized usage instructions and formatted help screens based on the defined command options. The toolset covers argument parsing with strongly typ

    C#command-linedotnetdotnet-core
    View on GitHub↗4,817
  • migueldeicaza/gui.csmigueldeicaza avatar

    migueldeicaza/gui.cs

    11,070View on GitHub↗

    gui.cs is a .NET terminal user interface toolkit and framework used to build interactive, cross-platform text-based applications. It provides a structured system for composing terminal views using a view hierarchy and a dedicated layout engine. The library distinguishes itself through a component-based widget system and a constraint-based layout engine that allows interfaces to remain responsive across different terminal window dimensions. It employs a virtual-screen buffer to minimize flickering during redraws and uses state-driven theme configurations to maintain persistent visual styles.

    C#
    View on GitHub↗11,070
See all 30 alternatives to Commanddotnet→

Frequently asked questions

What does bilal-fazlani/commanddotnet do?

A modern framework for building modern CLI apps

What are the main features of bilal-fazlani/commanddotnet?

The main features of bilal-fazlani/commanddotnet are: CLI Tools, Dotnet CLI Frameworks, General Utilities.

What are some open-source alternatives to bilal-fazlani/commanddotnet?

Open-source alternatives to bilal-fazlani/commanddotnet include: tyrrrz/cliwrap — CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and… tyrrrz/clifx. commandlineparser/commandline — This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell… migueldeicaza/gui.cs — gui.cs is a .NET terminal user interface toolkit and framework used to build interactive, cross-platform text-based… natemcmaster/commandlineutils — Command line parsing and utilities for .NET. acidjunk/starlette-opentracing — Opentracing support for Starlette and FastApi.