awesome-repositories.com
المدونة
MCP
awesome-repositories.com

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

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

Open-source alternatives to Termost

12 open-source projects similar to adbayb/termost, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Termost alternative.

  • arcanis/clipanionالصورة الرمزية لـ arcanis

    arcanis/clipanion

    1,254عرض على GitHub↗

    ` $> yarn add clipanion `

    TypeScript
    عرض على GitHub↗1,254
  • clercjs/clercالصورة الرمزية لـ clercjs

    clercjs/clerc

    222عرض على GitHub↗

    Clerc is a full-featured library (tool set) for building CLI Apps in Node.js, Deno or Bun.

    TypeScript
    عرض على GitHub↗222
  • dthree/vorpalالصورة الرمزية لـ dthree

    dthree/vorpal

    5,628عرض على GitHub↗

    Vorpal is a Node.js interactive CLI framework and terminal user interface library used to build extensible command-line shells. It functions as an interactive command-line parser that converts string input into executable functions, managing the lifecycle of terminal sessions and command routing. The framework is distinguished by a plugin-based extension architecture that allows external modules to register new commands, shared behaviors, and complete command suites into the core environment. It supports the creation of custom shell environments with specialized namespaces and a system for pe

    JavaScript
    عرض على GitHub↗5,628
  • esatterwhite/node-seeliالصورة الرمزية لـ esatterwhite

    esatterwhite/node-seeli

    20عرض على GitHub↗

    Object orientated, event driven , Interactive CLI module. Seeli aims to give you the tools to compose A command line interface the way you want it, and otherwise, stays out of your way.

    JavaScript
    عرض على GitHub↗20
  • infinitered/gluegunالصورة الرمزية لـ infinitered

    infinitered/gluegun

    3,142عرض على GitHub↗

    Gluegun is a delightful toolkit for building Node-based command-line interfaces (CLIs) in TypeScript or modern JavaScript, with support for:

    TypeScript
    عرض على GitHub↗3,142

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • leo/argsالصورة الرمزية لـ leo

    leo/args

    464عرض على GitHub↗

    This package makes creating command line interfaces a breeze.

    JavaScript
    عرض على GitHub↗464
  • mattallty/caporal.jsالصورة الرمزية لـ mattallty

    mattallty/Caporal.js

    3,449عرض على GitHub↗

    Simply add Caporal as a dependency:

    TypeScript
    عرض على GitHub↗3,449
  • oclif/oclifالصورة الرمزية لـ oclif

    oclif/oclif

    9,543عرض على GitHub↗

    oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing terminal applications with consistent command patterns, argument parsing, and automated help generation. The project features a modular plugin architecture that allows for external functionality to be injected via a manifest-based loading mechanism. It includes a dedicated distribution pipeline and packager to bundle applications into OS-native installers and tarballs for Windows, macOS, and Linux. The framework covers a broad range of development capabilities, including project

    TypeScript
    عرض على GitHub↗9,543
  • sboudrias/inquirer.jsالصورة الرمزية لـ SBoudrias

    SBoudrias/Inquirer.js

    21,578عرض على GitHub↗

    Inquirer.js is a command line input framework and prompt library for Node.js applications. It provides a structured set of tools for building interactive terminal interfaces, including menus, checklists, and text inputs, to gather user data and manage complex interactions. The framework allows for the creation of dynamic user experiences through branching prompt logic and the resolution of asynchronous configurations. Users can define custom prompts using a provided API and localize interface text into different languages. The library covers a wide range of input capabilities, including sing

    TypeScriptclicommand-linejavascript
    عرض على GitHub↗21,578
  • tj/commander.jsالصورة الرمزية لـ tj

    tj/commander.js

    28,282عرض على GitHub↗

    Commander.js is a framework for building command-line interfaces and terminal applications. It functions as an argument parsing library and command lifecycle manager, transforming raw terminal input strings into structured, validated objects for use in executable scripts. The system utilizes a recursive command tree pattern, allowing developers to organize complex execution flows through nested subcommands. It features a declarative interface for defining command-line flags and arguments, which maps user input directly to internal state properties. To assist with usability, the framework auto

    JavaScript
    عرض على GitHub↗28,282
  • vadimdemedes/inkالصورة الرمزية لـ vadimdemedes

    vadimdemedes/ink

    38,933عرض على GitHub↗

    Ink is a declarative framework for building interactive command-line applications using a component-based architecture. It functions as a console renderer that maps component trees to terminal output buffers, allowing developers to manage stateful interfaces through standard component reconciliation. By translating high-level layout and style properties into terminal control codes, it enables the creation of responsive, dynamic interfaces within the console. The framework distinguishes itself by integrating a cross-platform layout engine that applies a flexible box model to the character-base

    TypeScriptclicommand-lineflexbox
    عرض على GitHub↗38,933
  • yargs/yargsالصورة الرمزية لـ yargs

    yargs/yargs

    11,492عرض على GitHub↗

    yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings into structured JavaScript objects, providing a toolkit for building terminal applications with nested sub-commands, dedicated handlers, and a structured user interface. The framework distinguishes itself through automated help text generation, which constructs formatted usage menus and instructions based on registered metadata. It also provides shell completion generation for Bash and Zsh and uses string-distance algorithms to offer typo correction suggestions when invalid inpu

    JavaScript
    عرض على GitHub↗11,492