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
jawher avatar

jawher/mow.cli

0
View on GitHub↗
884 stars·58 forks·Go·MIT·12 views

Mow.cli

A versatile library for building CLI applications in Go

Features

  • Command Line Interfaces - CLI builder for complex flag and argument validation.
  • Command Line Tools - CLI library for building complex commands.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Go CLI Frameworks - Versatile library for building CLI applications.

Star history

Star history chart for jawher/mow.cliStar history chart for jawher/mow.cli

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Mow.cli

These projects share indexed features with Mow.cli. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • spf13/cobraspf13 avatar

    spf13/cobra

    44,107View on GitHub↗

    Cobra is a development framework for building command-line applications in Go. It organizes application logic into a hierarchical tree structure where each node represents a command, complete with its own flags and execution logic. This structure allows developers to build complex, nested command interfaces that mirror business domains while maintaining a clean separation between command orchestration and underlying business logic. The framework distinguishes itself through its declarative approach to metadata and configuration. It automatically derives help documentation, usage instructions,

    Goclicli-appcobra
    View on GitHub↗44,107
  • alexflint/go-argalexflint avatar

    alexflint/go-arg

    2,229View on GitHub↗
    Goargument-parsinggolang
    View on GitHub↗2,229
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
  • urfave/cliurfave avatar

    urfave/cli

    24,133View on GitHub↗

    This is a framework for building structured terminal applications in Go. It provides the core components necessary to define a command-line interface, including a system for managing commands, sub-commands, and their associated flags. The library distinguishes itself through an automated help generator that produces formatted usage instructions and manual pages, and a shell completion generator that creates tab-completion scripts for Bash, Zsh, Fish, and PowerShell. It also features a command lifecycle manager to handle pre- and post-execution logic and process exit codes. The toolkit covers

    Goclicommand-linego
    View on GitHub↗24,133
Compare all 30 related projects→

Frequently asked questions

What does jawher/mow.cli do?

A versatile library for building CLI applications in Go

What are the main features of jawher/mow.cli?

The main features of jawher/mow.cli are: Command Line Interfaces, Command Line Tools, Console Interfaces, Go CLI Frameworks.

Which projects share features with jawher/mow.cli?

Projects with overlapping indexed features include: urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to… akamensky/argparse — Argparse for golang. Just because `flag` sucks. spf13/cobra — Cobra is a development framework for building command-line applications in Go. It organizes application logic into a… alexflint/go-arg. codingconcepts/env — Tag-based environment configuration for structs. alecthomas/kingpin — CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser.