awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةالمدونةخريطة الموقع
المشروعحولالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

11 مستودعات

Awesome GitHub RepositoriesCLI Workspaces

Environments that manage multiple related command-line projects or packages within a single unified directory structure.

Explore 11 awesome GitHub repositories matching development tools & productivity · CLI Workspaces. Refine with filters or upvote what's useful.

Awesome CLI Workspaces GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nestjs/nestالصورة الرمزية لـ nestjs

    nestjs/nest

    75,862عرض على GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies through declarative metadata. The framework distinguishes itself through a platform-agnostic abstraction layer that decouples core logic from underlying HTTP servers, allowing for flexible implementation choices. It employs a middleware-based request pipeline that processes traffic

    Organizes multiple related command-line utilities within a unified project structure for streamlined development.

    TypeScriptframeworkhacktoberfestjavascript
    عرض على GitHub↗75,862
  • adobe/bracketsالصورة الرمزية لـ adobe

    adobe/brackets

    33,033عرض على GitHub↗

    Brackets is an extensible JavaScript IDE and front-end code editor specifically designed for authoring HTML, CSS, and JavaScript. It serves as a web development text editor that provides a specialized environment for building websites. The editor is distinguished by its live preview capabilities, which render code changes in a browser in real time for immediate visual feedback. It further supports front-end workflows through inline style editing and the ability to synchronize code changes across multiple browser windows for cross-browser testing. The project includes a wide range of developm

    Allows the editor to be launched from a shell command to quickly open specific project directories as workspaces.

    JavaScript
    عرض على GitHub↗33,033
  • rust-lang/cargoالصورة الرمزية لـ rust-lang

    rust-lang/cargo

    14,624عرض على GitHub↗

    Cargo is the official build system and package manager for the Rust programming language. It provides a unified command-line interface that orchestrates the entire development lifecycle, including compiling source code, managing complex dependency graphs, running tests, and distributing packages through a centralized registry. By utilizing declarative manifest files, it ensures that builds remain reproducible and consistent across different environments. The tool distinguishes itself through its deep integration with the Rust compiler and its sophisticated approach to project management. It f

    Manages multiple related packages within a single unified directory structure.

    Rustcargopackage-managerrust
    عرض على GitHub↗14,624
  • gitkraken/vscode-gitlensالصورة الرمزية لـ gitkraken

    gitkraken/vscode-gitlens

    9,846عرض على GitHub↗

    GitLens is a Git extension for VS Code that brings inline blame annotations, CodeLens authorship information, and an interactive commit graph directly into the editor. It provides a visual timeline of repository history with color-coded branch relationships, search, and filtering, alongside file-level annotations that show who last changed each line and why. The extension also functions as a cross-provider pull request manager, integrating with GitHub, GitLab, Bitbucket, and Azure DevOps to centralize PR and issue tracking within the IDE. What distinguishes GitLens is its AI-powered Git assis

    Executes Git commands pre-loaded with the current workspace's repository and branch information.

    TypeScriptgitgithubvscode
    عرض على GitHub↗9,846
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Links local development environments to remote workspaces by configuring API endpoints for secure interaction with the control plane.

    Python
    عرض على GitHub↗5,452
  • taubyte/tauالصورة الرمزية لـ taubyte

    taubyte/tau

    5,069عرض على GitHub↗

    Tau هي بيئة تطوير وعمليات موحدة مصممة كمنصة لتنسيق DevOps. تعمل كمساحة عمل تطوير متكاملة (Fullstack) تقوم بمزامنة مهام البرمجة وإدارة البنية التحتية لكل من المستخدمين البشريين وعمليات الآلة المؤتمتة. يعمل النظام كمنسق بنية تحتية هجين، يستخدم برامج تشغيل معيارية لنشر وإدارة البرمجيات عبر كل من مزودي السحابة العامة والخوادم الخاصة المستضافة ذاتياً. يوفر مساحة عمل مشتركة تدمج عمليات واجهة سطر الأوامر مع نشر البنية التحتية لتوحيد سير عمل التطوير والتشغيل. تغطي المنصة مجموعة واسعة من القدرات بما في ذلك تنسيق البنية التحتية السحابية، ونشر مساحة العمل المستضافة ذاتياً، وإدارة البيئة عبر سطر الأوامر. يستخدم محرك توفير قائم على برامج التشغيل لترجمة تكوينات مساحة العمل عالية المستوى إلى عمليات نشر موارد محددة عبر بنيات تحتية مضيفة متنوعة.

    Offers a unified command-line workspace for managing the environment's full lifecycle and system operations.

    Go
    عرض على GitHub↗5,069
  • solana-foundation/anchorالصورة الرمزية لـ solana-foundation

    solana-foundation/anchor

    5,090عرض على GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Provides a CLI workspace for bootstrapping, building, testing, and deploying Solana smart contracts.

    Rustblockchaincoralrust
    عرض على GitHub↗5,090
  • tmux-python/tmuxpالصورة الرمزية لـ tmux-python

    tmux-python/tmuxp

    4,522عرض على GitHub↗

    tmuxp هو مدير جلسات tmux ومنظم مساحة عمل تصريحي يقوم بأتمتة إنشاء وتنظيم الجلسات، والنوافذ، والأجزاء. يعمل كغلاف أتمتة لـ libtmux، مما يسمح للمستخدمين بتعريف تخطيطات طرفية معقدة وأوامر shell أولية باستخدام ملفات تكوين YAML أو JSON. يتميز المشروع كأداة لقطة لتخطيط الطرفية قادرة على التقاط حالة جلسة قيد التشغيل وحفظها كتكوين قابل لإعادة الإنتاج. كما يدعم أتمتة سير عمل الطرفية من خلال تنفيذ مهام التمهيد ونصوص بدء التشغيل لإعداد البيئات قبل إطلاق الجلسات التفاعلية. تشمل قدراته الأوسع تنظيم الطرفية بدون رأس (Headless) لخطوط الأنابيب المؤتمتة، وإدارة متغيرات البيئة للحل الديناميكي، وبنية المكونات الإضافية لبناء الجلسات المخصصة. يوفر النظام أيضاً أدوات لتعليق حالة الجلسة، والتقاط الجلسة المباشر، وفحص الحالة في الوقت الفعلي من خلال وحدة تحكم تفاعلية.

    Launches terminal workspaces by creating windows and panes and executing commands based on a configuration file.

    Pythonclicli-utilitiesjson
    عرض على GitHub↗4,522
  • codeboxide/codeboxالصورة الرمزية لـ CodeboxIDE

    CodeboxIDE/codebox

    4,146عرض على GitHub↗

    Codebox هي بيئة تطوير متكاملة قائمة على المتصفح تُستخدم لكتابة وتنفيذ الكود المصدري عبر البيئات السحابية وسطح المكتب. تعمل كبيئة تشغيل Node.js، مما يسمح بتشغيل كود JavaScript وNode.js مباشرة داخل متصفح الويب. المشروع عبارة عن IDE عبر الأنظمة الأساسية مع دعم أصلي للاستخدام دون اتصال بالإنترنت. يستخدم بنية إضافات نمطية تمكن من إضافة وظائف وامتدادات مخصصة من جهات خارجية إلى المحرر. تتضمن البيئة أدوات لإدارة قاعدة الكود، وطبقة نظام ملفات متكاملة، وواجهة سطر أوامر لإدارة مساحة العمل وتكوين الهوية.

    Allows users to launch specific project folders as active workspaces directly from the terminal.

    JavaScript
    عرض على GitHub↗4,146
  • posit-dev/positronالصورة الرمزية لـ posit-dev

    posit-dev/positron

    3,969عرض على GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Provides a shell command to open specific directories as workspaces.

    TypeScript
    عرض على GitHub↗3,969
  • pulsar-edit/pulsarالصورة الرمزية لـ pulsar-edit

    pulsar-edit/pulsar

    3,940عرض على GitHub↗

    Pulsar is a cross-platform, extensible text editor designed for source code management and plain text editing. It functions as a plugin-based development environment that allows for the creation of a personalized workspace through deep configuration of language settings, visual styles, and keyboard shortcuts. The editor is characterized by its extensibility, supporting the integration of third-party extension packages to add specialized features and custom toolsets. Users can modify the interface via visual theme customization and build tailored workflows using a framework for custom developm

    Allows launching the application from the command line to open specific files or project directories.

    JavaScriptelectronjavascriptpulsar
    عرض على GitHub↗3,940
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Workspaces

استكشف الوسوم الفرعية

  • Context-Aware Git CLI CommandsExecutes Git commands pre-loaded with the current workspace's repository and branch information, skipping extra configuration. **Distinct from CLI Workspaces:** Distinct from CLI Workspaces: specifically pre-loads Git context (repository, branch) into commands, not general workspace management.
  • Workspace LaunchingCommands for opening specific directories or project folders as active workspaces from the shell. **Distinct from CLI Workspaces:** Distinct from CLI Workspaces: focuses on the action of launching the IDE into a workspace via CLI.