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

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

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

28 रिपॉजिटरी

Awesome GitHub RepositoriesCLI Tools

Frameworks and libraries for building command-line interfaces.

Explore 28 awesome GitHub repositories matching part of an awesome list · CLI Tools. Refine with filters or upvote what's useful.

Awesome CLI Tools GitHub Repositories

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

    yt-dlp/yt-dlp

    170,963GitHub पर देखें↗

    This project is a command-line media downloader designed for the systematic retrieval and organization of digital content from diverse online platforms. It functions as an extensible extraction engine that utilizes a declarative format-selection pipeline to automate the identification, merging, and downloading of specific audio and video streams based on user-defined criteria. The system distinguishes itself through a modular architecture that supports custom plugins and site-specific scripts, allowing for the bypass of platform restrictions and the handling of complex authentication challeng

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonclidownloaderpython
    GitHub पर देखें↗170,963
  • nvbn/thefucknvbn का अवतार

    nvbn/thefuck

    97,358GitHub पर देखें↗

    This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persistent background utility that monitors command history to provide immediate remediation for input failures. The system distinguishes itself through a modular, plugin-oriented architecture that allows for extensive customization. Users can define their own correction rules via scr

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonpythonshell
    GitHub पर देखें↗97,358
  • tmux/tmuxtmux का अवतार

    tmux/tmux

    46,643GitHub पर देखें↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    C
    GitHub पर देखें↗46,643
  • jkbrzt/httpiejkbrzt का अवतार

    jkbrzt/httpie

    38,212GitHub पर देखें↗

    HTTPie is a command-line HTTP client and REST API testing tool designed for sending requests to web services and APIs. It functions as a JSON-native network client and interactive HTTP debugger, providing a terminal interface for constructing and validating API requests and responses. The tool simplifies the process of interacting with APIs by automatically handling JSON payloads and applying colorized formatting to responses for human readability. It supports the simulation of request generation to verify headers and bodies before they are sent over the network. The project covers a broad r

    User-friendly CLI HTTP client for API testing.

    Python
    GitHub पर देखें↗38,212
  • httpie/clihttpie का अवतार

    httpie/cli

    38,228GitHub पर देखें↗

    This project is a terminal-based HTTP client designed for interacting with web services, debugging APIs, and automating network requests. It provides a specialized command-line interface that simplifies the construction of complex HTTP exchanges, allowing users to test and inspect web services directly from the shell. The tool distinguishes itself through a declarative syntax engine that translates shorthand command-line tokens into fully formed HTTP requests, including headers, parameters, and body payloads. It features a modular, plugin-based architecture that enables users to extend core f

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonapiapi-clientapi-testing
    GitHub पर देखें↗38,228
  • cookiecutter/cookiecuttercookiecutter का अवतार

    cookiecutter/cookiecutter

    24,950GitHub पर देखें↗

    Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of software project structures. It functions as a project automator that generates initialized repositories and directories from predefined templates using variable substitution. The system utilizes the Jinja2 templating language to render files and folders, transforming generic blueprints into customized codebases based on user input. It supports template distribution via Git repositories or zip archives, allowing for the standardization of development environments across teams. The t

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythoncookiecutterpython
    GitHub पर देखें↗24,950
  • vundlevim/vundle.vimV

    VundleVim/Vundle.vim

    23,942GitHub पर देखें↗

    Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove external extensions based on a central configuration file to maintain consistent editor environments across different machines. The system automates the acquisition of plugin bundles by using Git to clone and track source code. It manages the plugin lifecycle through configuration-driven installation and includes capabilities for searching and discovering new scripts. To ensure extensions are available without restarting the editor, the tool manages the Vim runtime path and r

    Plugin manager for the Vim text editor.

    Vim Script
    GitHub पर देखें↗23,942
  • spf13/spf13-vimspf13 का अवतार

    spf13/spf13-vim

    15,501GitHub पर देखें↗

    This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured development environment. It functions as an environment bootstrapper that automates the cloning and installation of editor configurations and plugin bundles to ensure a consistent setup across different machines. The distribution uses a structured layer of settings and overrides, allowing users to customize the environment via local and fork-specific files without modifying the base source. It provides a curated collection of extensions that enable IDE-like capabilities for code n

    Highly optimized configuration for the Vim editor.

    Vim Script
    GitHub पर देखें↗15,501
  • dbcli/pgclidbcli का अवतार

    dbcli/pgcli

    13,231GitHub पर देखें↗

    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

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythondatabasepostgrespostgresql
    GitHub पर देखें↗13,231
  • dbcli/myclidbcli का अवतार

    dbcli/mycli

    11,932GitHub पर देखें↗

    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

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonauto-completiondatabasemycli
    GitHub पर देखें↗11,932
  • spectresystems/spectre.consolespectresystems का अवतार

    spectresystems/spectre.console

    11,507GitHub पर देखें↗

    spectre.console is a .NET console UI library and command-line interface framework used to build rich user interfaces for console applications. It functions as a console text markup processor and terminal layout engine to provide advanced text styling and structured data organization. The library enables the creation of visually organized interfaces using a system of tables, grids, and panels. It utilizes a dedicated markup language to apply colors and styles to terminal output, allowing for the rendering of formatted text and complex visual structures.

    Library for creating beautiful console applications.

    C#
    GitHub पर देखें↗11,507
  • migueldeicaza/gui.csmigueldeicaza का अवतार

    migueldeicaza/gui.cs

    11,070GitHub पर देखें↗

    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.

    Terminal UI toolkit for .NET.

    C#
    GitHub पर देखें↗11,070
  • xonsh/xonshxonsh का अवतार

    xonsh/xonsh

    9,529GitHub पर देखें↗

    Xonsh is a cross-platform command-line interface shell and automation tool that integrates a full Python interpreter with standard shell capabilities. It functions as a Python-powered environment where users can mix native programming logic and external subprocesses within a single shared namespace. The shell is designed for extensibility, supporting a plugin system, custom event hooks, and the ability to import configurations from other shells such as Bash or Zsh. It differentiates itself by representing system environment variables and paths as mutable Python objects, allowing for programma

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonanthropicclaudeclaude-code
    GitHub पर देखें↗9,529
  • tyrrrz/cliwrapTyrrrz का अवतार

    Tyrrrz/CliWrap

    4,976GitHub पर देखें↗

    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

    Wrapper for executing command-line interfaces.

    C#clicommand-linedotnet
    GitHub पर देखें↗4,976
  • commandlineparser/commandlinecommandlineparser का अवतार

    commandlineparser/commandline

    4,817GitHub पर देखें↗

    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

    Concise API for manipulating command-line arguments.

    C#command-linedotnetdotnet-core
    GitHub पर देखें↗4,817
  • tmux-python/tmuxptmux-python का अवतार

    tmux-python/tmuxp

    4,522GitHub पर देखें↗

    tmuxp एक tmux सेशन मैनेजर और डिक्लेरेटिव वर्कस्पेस ऑर्केस्ट्रेटर है जो सेशन, विंडो और पेन के निर्माण और संगठन को स्वचालित करता है। यह एक libtmux ऑटोमेशन रैपर के रूप में कार्य करता है, जो उपयोगकर्ताओं को YAML या JSON कॉन्फ़िगरेशन फाइलों का उपयोग करके जटिल टर्मिनल लेआउट और प्रारंभिक शेल कमांड को परिभाषित करने की अनुमति देता है। यह प्रोजेक्ट एक टर्मिनल लेआउट स्नैपशॉट टूल के रूप में खुद को अलग करता है जो रनिंग सेशन की स्थिति को कैप्चर करने और इसे एक पुनरुत्पादनीय कॉन्फ़िगरेशन के रूप में सहेजने में सक्षम है। यह इंटरैक्टिव सेशन शुरू करने से पहले एनवायरनमेंट तैयार करने के लिए बूटस्ट्रैप कार्यों और स्टार्टअप स्क्रिप्ट को निष्पादित करके टर्मिनल वर्कफ़्लो ऑटोमेशन का समर्थन करता है। इसकी व्यापक क्षमताओं में स्वचालित पाइपलाइनों के लिए हेडलेस टर्मिनल ऑर्केस्ट्रेशन, डायनेमिक रिज़ॉल्यूशन के लिए एनवायरनमेंट वेरिएबल मैनेजमेंट और कस्टम सेशन निर्माण के लिए एक प्लगइन आर्किटेक्चर शामिल है। यह सिस्टम सेशन स्टेट सस्पेंशन, लाइव सेशन कैप्चर और एक इंटरैक्टिव कंसोल के माध्यम से रीयल-टाइम स्टेट निरीक्षण के लिए टूल्स भी प्रदान करता है।

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonclicli-utilitiesjson
    GitHub पर देखें↗4,522
  • sloria/doitlivesloria का अवतार

    sloria/doitlive

    3,567GitHub पर देखें↗

    Because sometimes you need to do it live

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonbashcliclick
    GitHub पर देखें↗3,567
  • copier-org/copiercopier-org का अवतार

    copier-org/copier

    3,418GitHub पर देखें↗

    Library and command-line utility for rendering projects templates.

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythoncookiecuttercopier-templatehacktoberfest
    GitHub पर देखें↗3,418
  • dbcli/liteclidbcli का अवतार

    dbcli/litecli

    3,269GitHub पर देखें↗

    CLI for SQLite Databases with auto-completion and syntax highlighting

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythonlinuxprompt-toolkitpython
    GitHub पर देखें↗3,269
  • laixintao/iredislaixintao का अवतार

    laixintao/iredis

    2,741GitHub पर देखें↗

    Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

    Listed in the “CLI Tools” section of the Awesome Python awesome list.

    Pythoncommand-line-toolredisredis-cli
    GitHub पर देखें↗2,741
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. CLI Tools