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

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

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

dthree/cash

0
View on GitHub↗
7,744 نجوم·197 تفرعات·JavaScript·MIT·2 مشاهدات

Cash

Cash هو تنفيذ JavaScript لأدوات Unix shell وواجهات سطر الأوامر. يوفر مجموعة من أدوات معالجة النصوص ومعالجة الملفات القياسية على مستوى النظام المكتوبة بـ ES6 والتي تعمل بدون تجميع أصلي أو تبعيات خارجية.

يسمح المشروع بالتنفيذ البرمجي لعمليات shell باستخدام استدعاءات الدوال والقوالب الموسومة. ينفذ نظاماً لربط أوامر متعددة معاً لتصفية وتحويل البيانات من خلال خطوط أنابيب برمجية، محاكياً سلوك أنابيب shell القياسي.

تتيح هذه القدرات تنفيذ أوامر نمط Unix لمعالجة الملفات والنصوص مباشرة داخل بيئة JavaScript. يتضمن التنفيذ تجريداً لنظام الملفات عبر المنصات وسجلاً لمتغيرات البيئة لضمان سلوك متسق عبر أنظمة تشغيل مختلفة.

Features

  • Shell Command Execution - Implements standard Unix-style commands for file manipulation and text processing directly within a JavaScript environment.
  • Shell Command Pipelines - Chains multiple shell commands together to filter and transform data streams through programmatic function calls.
  • Programmatic Command Invokers - Allows invoking shell operations programmatically via function calls or tagged templates instead of a manual terminal.
  • Command Piping - Supports passing output from one command to another for sequential filtering, sorting, and transformation of data.
  • Cross-Platform Development Tools - Provides consistent Linux shell operations across different operating systems for uniform file and data manipulation.
  • Cross-Platform Shell Emulators - Offers a consistent shell interface across different OSs without requiring native compilation or external dependencies.
  • Unix Shell Environments - Provides a full suite of Unix shell utilities and text processing tools that run independently of the host OS.
  • Cross-Platform File Operations - Provides a unified interface for file and directory operations that ensures consistent shell behavior across different operating systems.
  • Pure JavaScript Implementations - Written entirely in ES6 to ensure platform independence and avoid dependencies on native binary compilation.
  • Unix Shell Implementations - Implements a comprehensive collection of standard Unix shell commands using ES6 for JavaScript environments.
  • Stream Piping - Implements an internal data pipeline that passes output from one command function to another to mimic shell piping.
  • Command Line Interfaces - Provides a programmatic interface to execute shell-style operations and data piping using JavaScript functions.
  • Tagged Template Execution - Uses JavaScript tagged templates to parse and execute shell strings as programmatically triggered command sequences.
  • Environment Variable Stores - Implements a key-value store to manage environment variables that influence the behavior of simulated shell commands.
  • File System Manipulations - Enables complex file system tasks and text searches using familiar Unix utilities within JavaScript.
  • Shell Environment Configurations - Supports defining environmental variables and command aliases to customize the behavior of the simulated shell.
  • CLI Command Mapping - Maps shell command names to specific JavaScript functions to simulate standard Unix utility behavior.
  • Terminal Utilities - Implements standard system commands using modern language features.

سجل النجوم

مخطط تاريخ النجوم لـ dthree/cashمخطط تاريخ النجوم لـ dthree/cash

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Cash

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cash.
  • bmatzelle/gowالصورة الرمزية لـ bmatzelle

    bmatzelle/gow

    6,645عرض على GitHub↗

    Gow is a collection of tools designed to install Unix-based system utilities on Windows and extend the Windows shell with custom context menu options. It provides a suite of open source binary applications that bring common Unix system administration and file manipulation tools to the Windows operating system. The project integrates these utilities into the Windows environment by managing system environment paths and distributing static, portable binaries. It further extends the Windows File Explorer by adding context menu options that allow users to launch command and terminal prompts direct

    NSIS
    عرض على GitHub↗6,645
  • oils-for-unix/oilsالصورة الرمزية لـ oils-for-unix

    oils-for-unix/oils

    3,288عرض على GitHub↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Python
    عرض على GitHub↗3,288
  • mawww/kakouneالصورة الرمزية لـ mawww

    mawww/kakoune

    10,938عرض على GitHub↗

    Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.

    C++
    عرض على GitHub↗10,938
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetالصورة الرمزية لـ hackerschoice

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853عرض على GitHub↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Shell
    عرض على GitHub↗3,853
عرض جميع البدائل الـ 30 لـ Cash→

الأسئلة الشائعة

ما هي وظيفة dthree/cash؟

Cash هو تنفيذ JavaScript لأدوات Unix shell وواجهات سطر الأوامر. يوفر مجموعة من أدوات معالجة النصوص ومعالجة الملفات القياسية على مستوى النظام المكتوبة بـ ES6 والتي تعمل بدون تجميع أصلي أو تبعيات خارجية.

ما هي الميزات الرئيسية لـ dthree/cash؟

الميزات الرئيسية لـ dthree/cash هي: Shell Command Execution, Shell Command Pipelines, Programmatic Command Invokers, Command Piping, Cross-Platform Development Tools, Cross-Platform Shell Emulators, Unix Shell Environments, Cross-Platform File Operations.

ما هي البدائل مفتوحة المصدر لـ dthree/cash؟

تشمل البدائل مفتوحة المصدر لـ dthree/cash: bmatzelle/gow — Gow is a collection of tools designed to install Unix-based system utilities on Windows and extend the Windows shell… oils-for-unix/oils — Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and… mawww/kakoune — Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model… hackerschoice/thc-tips-tricks-hacks-cheat-sheet — This project is a comprehensive command-line reference and toolkit designed for Linux system administration and… shelljs/shelljs — ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system… wangdoc/bash-tutorial — This project is a comprehensive educational resource consisting of a Bash programming tutorial, scripting reference,…