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

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

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

2 مستودعات

Awesome GitHub RepositoriesCommand Mapping

Logic for translating generic shell commands into platform-specific operations.

Distinct from Cross-Platform Scripting: Focuses on the translation layer between command intent and OS execution, whereas cross-platform scripting is the broader capability.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Command Mapping. Refine with filters or upvote what's useful.

Awesome Command Mapping GitHub Repositories

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

    shelljs/shelljs

    14,402عرض على GitHub↗

    ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas

    Translates Unix-style shell commands into equivalent operations for the host operating system to ensure script portability.

    JavaScriptbashjavascriptnode
    عرض على GitHub↗14,402
  • n1nj4sec/pupyالصورة الرمزية لـ n1nj4sec

    n1nj4sec/pupy

    8,942عرض على GitHub↗

    Pupy is a command and control framework and post-exploitation suite used for remote administration and system management. It functions as a cross-platform tool for deploying payloads and controlling multiple remote agents through encrypted communication channels. The framework features a multi-platform payload generator that creates custom executable files using configurable network launchers. It employs a network traffic obfuscator that stacks encryption and obfuscation protocols to hide communication from observation. The system provides capabilities for in-memory code execution, remote pr

    Provides a translation layer that maps generic shell commands to platform-specific operations for heterogeneous systems.

    Pythonandroidbackdoorlinux
    عرض على GitHub↗8,942
  1. Home
  2. Software Engineering & Architecture
  3. Cross-Platform Development
  4. Cross-Platform Scripting
  5. Command Mapping