awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • shelljs/shelljsAvatar von shelljs

    shelljs/shelljs

    14,402Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,402
  • n1nj4sec/pupyAvatar von n1nj4sec

    n1nj4sec/pupy

    8,942Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,942
  1. Home
  2. Software Engineering & Architecture
  3. Cross-Platform Development
  4. Cross-Platform Scripting
  5. Command Mapping