awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesInitialization Commands

Commands executed specifically during the application startup phase to configure the environment.

Distinct from Custom Command Execution: Specifically targets the startup/initialization phase rather than general runtime command execution

Explore 4 awesome GitHub repositories matching development tools & productivity · Initialization Commands. Refine with filters or upvote what's useful.

Awesome Initialization Commands GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gokcehan/lfAvatar gokcehan

    gokcehan/lf

    9,340Vezi pe GitHub↗

    lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and organizing files and directories. It operates as a shell-integrated tool that synchronizes the current working directory with the calling shell and supports vi-style keybindings for filesystem operations. The project distinguishes itself through its ability to render images directly in the terminal via the SIXEL graphics protocol and its shell-driven execution model, which allows users to extend functionality using external shell scripts and commands. It also implements a server

    Runs setup commands during initialization to customize the environment before the user interface loads.

    Gofile-managerterminal
    Vezi pe GitHub↗9,340
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Runs a specific command against a chosen project without switching the active context.

    Go
    Vezi pe GitHub↗5,554
  • fzyzcjy/flutter_rust_bridgeAvatar fzyzcjy

    fzyzcjy/flutter_rust_bridge

    5,106Vezi pe GitHub↗

    flutterrustbridge is a code generation tool that automatically creates type‑safe Dart bindings for Rust functions, enabling direct cross‑language calls between Flutter and a Rust backend. It provides an async FFI adapter that transforms synchronous Rust functions into Dart async methods with background thread management, a cross‑language object manager that wraps persistent Rust structs as Dart objects preserving state across calls, and trait object interop that converts Rust traits into Dart abstract classes for seamless bidirectional use. The project handles the full lifecycle of integrat

    Ships a one-command CLI scaffold that initializes a new Flutter-Rust project with all glue code and configuration.

    Dartbindgendartffi
    Vezi pe GitHub↗5,106
  • lxc/incusAvatar lxc

    lxc/incus

    4,893Vezi pe GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Runs a specific command against a chosen project without altering the persistent default.

    Gocloudcontainershacktoberfest
    Vezi pe GitHub↗4,893
  1. Home
  2. Development Tools & Productivity
  3. Custom Command Execution
  4. Initialization Commands

Explorează sub-etichetele

  • Project Scaffolding Commands1 sub-tagSets up cross-language integration with a single CLI command, configuring logging and default glue code for rapid development. **Distinct from Initialization Commands:** Distinct from Initialization Commands: focuses on scaffolding a new project with cross-language integration, not just startup configuration.