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
·

9 Repos

Awesome GitHub RepositoriesCLI Applications

End-user applications designed for the command line.

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

Awesome CLI Applications GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/rusttrainingAvatar von microsoft

    microsoft/RustTraining

    14,636Auf GitHub ansehen↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Guides the development of functional command-line applications as a practical learning project.

    Rust
    Auf GitHub ansehen↗14,636
  • abraunegg/onedriveAvatar von abraunegg

    abraunegg/onedrive

    12,577Auf GitHub ansehen↗

    This project is a command-line synchronization client for OneDrive and SharePoint libraries on Linux. It functions as a synchronization engine that aligns local filesystems with cloud storage through bidirectional, unidirectional, or download-only workflows. The client supports headless authentication for servers without web browsers and can be deployed as a background service or within a containerized environment. It enables the management of multiple distinct cloud accounts on a single system and integrates with shared SharePoint sites and document libraries. The synchronization engine inc

    Free OneDrive client for Linux.

    D
    Auf GitHub ansehen↗12,577
  • vladmandic/sdnextAvatar von vladmandic

    vladmandic/sdnext

    7,139Auf GitHub ansehen↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Provides a command-line interface for triggering generation tasks and managing the server.

    Pythonai-artcaptiondiffusers
    Auf GitHub ansehen↗7,139
  • deis/deisAvatar von deis

    deis/deis

    5,999Auf GitHub ansehen↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Provides a CLI for creating, scaling, updating, and destroying applications, mirroring Heroku's toolbelt.

    Pythoncontainerscoreosdeis-paas
    Auf GitHub ansehen↗5,999
  • tsuru/tsuruAvatar von tsuru

    tsuru/tsuru

    5,282Auf GitHub ansehen↗

    Tsuru is an open-source platform as a service for automating the build, deployment, and scaling of containerized applications. It functions as a container-based deployment engine and a management layer for Kubernetes, transforming source code into container images and coordinating their lifecycles. The platform is designed for multi-cloud infrastructure management, allowing applications to be distributed across different cloud providers and regions to increase resilience. It features a flexible deployment model that supports multi-process containers, enabling a single repository to run differ

    Provides a command-line interface for managing application deployments and infrastructure.

    Go
    Auf GitHub ansehen↗5,282
  • zyedidia/literateAvatar von zyedidia

    zyedidia/Literate

    906Auf GitHub ansehen↗

    A literate programming tool for any language

    Tool for literate programming in any language.

    Dliterate-programmingliterate-programs
    Auf GitHub ansehen↗906
  • trikko/tshareAvatar von trikko

    trikko/tshare

    141Auf GitHub ansehen↗

    The fastest way to share your files on the web, for free

    Fast file sharing utility using transfer.sh.

    D
    Auf GitHub ansehen↗141
  • soulfind-dev/soulfindAvatar von soulfind-dev

    soulfind-dev/soulfind

    42Auf GitHub ansehen↗

    Soulseek server implementation in D

    Soulseek server implementation.

    D
    Auf GitHub ansehen↗42
  • blackedder/tododAvatar von BlackEdder

    BlackEdder/todod

    17Auf GitHub ansehen↗

    Todod is a command line based todo list manager. It supports tagging todos and setting due dates. You can filter on certain tags etc. What makes this todo list manager unique is that it will always at most displays five (random) todos.

    Command-line based todo list manager.

    D
    Auf GitHub ansehen↗17
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. CLI Applications

Unter-Tags erkunden

  • Application Management CLIsCreate, scale, update, and destroy applications through a command-line interface that mirrors Heroku's toolbelt. **Distinct from CLI Applications:** Distinct from CLI Applications: focuses on application lifecycle management via CLI, not general CLI applications.