awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
natemcmaster avatar

natemcmaster/CommandLineUtils

0
View on GitHub↗
2,273 星标·261 分支·C#·Apache-2.0·4 次浏览natemcmaster.github.io/CommandLineUtils↗

CommandLineUtils

Command line parsing and utilities for .NET

Features

  • CLI Tools - Library for parsing command-line arguments.
  • 命令行界面 - Library for building command-line applications.
  • Command Line Tools - Command line parsing and utilities for .NET Core.
  • Dotnet CLI Frameworks - Library for parsing arguments and generating help text.

Star 历史

natemcmaster/commandlineutils 的 Star 历史图表natemcmaster/commandlineutils 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

CommandLineUtils 的开源替代方案

相似的开源项目,按与 CommandLineUtils 的功能重合度排序。
  • tyrrrz/clifxTyrrrz 的头像

    Tyrrrz/CliFx

    1,605在 GitHub 上查看↗
    C#clicommandcommand-line
    在 GitHub 上查看↗1,605
  • dbcli/pgclidbcli 的头像

    dbcli/pgcli

    13,231在 GitHub 上查看↗

    pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure

    Pythondatabasepostgrespostgresql
    在 GitHub 上查看↗13,231
  • dbcli/liteclidbcli 的头像

    dbcli/litecli

    3,269在 GitHub 上查看↗

    CLI for SQLite Databases with auto-completion and syntax highlighting

    Pythonlinuxprompt-toolkitpython
    在 GitHub 上查看↗3,269
  • dbcli/myclidbcli 的头像

    dbcli/mycli

    11,932在 GitHub 上查看↗

    mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal interface for executing queries and managing MySQL connections, incorporating an integrated assistant that uses large language models to generate and analyze SQL statements based on the current database schema. The tool provides specialized query authoring capabilities, including context-sensitive syntax suggestions, fuzzy-matching identifier completion for tables and columns, and the ability to handover query buffers to external system text editors. It distinguishes its connec

    Pythonauto-completiondatabasemycli
    在 GitHub 上查看↗11,932
查看 CommandLineUtils 的所有 30 个替代方案→

常见问题解答

natemcmaster/commandlineutils 是做什么的?

Command line parsing and utilities for .NET

natemcmaster/commandlineutils 的主要功能有哪些?

natemcmaster/commandlineutils 的主要功能包括:CLI Tools, 命令行界面, Command Line Tools, Dotnet CLI Frameworks。

natemcmaster/commandlineutils 有哪些开源替代品?

natemcmaster/commandlineutils 的开源替代品包括: tyrrrz/clifx. laixintao/iredis — Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting. dbcli/litecli — CLI for SQLite Databases with auto-completion and syntax highlighting. dbcli/mycli — mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal… dbcli/pgcli — pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an… tyrrrz/cliwrap — CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and…