This project provides a command-line interface for managing the lifecycle of applications from the Apple App Store. It functions as a package manager for macOS, enabling users to search for software, install new applications, and maintain existing installations directly through terminal commands. The tool distinguishes itself by wrapping private system APIs to perform store operations that are typically restricted to the graphical user interface. It integrates with the operating system to handle administrative privilege elevation, allowing for secure, automated modifications to protected appl
tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a terminal emulator backend and input processor, utilizing a change-based diffing engine to manage screen state and efficiently render updates. The project is distinguished by its pluggable backend abstraction, which allows terminal interfaces to be rendered across physical terminals or compiled into WebAssembly for web browser display. It provides a virtual screen simulation to enable programmatic event injection and output inspection for automated application testing. Its capab
Sudo is a Windows command line utility and privilege escalation tool designed to execute individual commands with administrative privileges from an existing terminal session. It acts as an administrative access wrapper that allows specific processes to run as an administrator without requiring the user to manually open a new administrative window. The tool integrates administrative tasks directly into the Windows command line workflow, enabling the management of system configurations and protected files while maintaining the current terminal context. It facilitates elevated command execution
Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system administration. It functions as a remote execution engine that enables administrators to manage, provision, and enforce declarative states across distributed fleets of servers from a central control point. By utilizing a high-performance message bus, the platform allows for the simultaneous execution of administrative tasks and the maintenance of consistent software configurations across thousands of nodes. The system distinguishes itself through a flexible architecture that sup
gsudo is a command-line utility for Windows that elevates any command with administrator privileges directly from the current console window. It functions as a sudo-style tool, detecting the active shell environment—whether CMD, PowerShell, WSL, or Bash—and running the elevated command natively within that shell without spawning a new window. The tool preserves full console features including colors, keyboard input, auto-completion, and I/O redirection during elevated…
Las características principales de gerardog/gsudo son: Cross-Shell Elevators, Elevation Utilities, Shell Elevation Sessions, Console-Preserving Elevations, Credential Cache Daemons, File and Console I/O, Shell Environment Detection, Multi-Shell Elevation.
Las alternativas de código abierto para gerardog/gsudo incluyen: mas-cli/mas — This project provides a command-line interface for managing the lifecycle of applications from the Apple App Store. It… gdamore/tcell — tcell is a Go terminal user interface library and framework for building cell-based applications. It functions as a… saltstack/salt — Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system… microsoft/sudo — Sudo is a Windows command line utility and privilege escalation tool designed to execute individual commands with… majd/ipatool — ipatool is a command-line utility for searching, licensing, and downloading encrypted IPA application packages from… dotnet/corefx — This project is the .NET Base Class Library, providing the foundational types and APIs required for .NET applications.…