awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCLI Wrappers

Portable shell scripts that provide a structured command-line interface for complex application subcommands.

Distinct from Shell Scripts: Distinct from Shell Scripts: refers to the specific pattern of using a script as the primary entry-point/wrapper for a CLI tool.

Explore 2 awesome GitHub repositories matching part of an awesome list · CLI Wrappers. Refine with filters or upvote what's useful.

Awesome CLI Wrappers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xwmx/nbAvatar de xwmx

    xwmx/nb

    8,210Ver en GitHub↗

    nb is a command-line note manager and personal knowledge management system that organizes plain-text documents and web bookmarks. It functions as a Markdown knowledge base, allowing users to create a structured collection of information through a shell-scripted interface. The system uses Git for versioning and synchronization, tracking full revision history and enabling the sync of notebooks across multiple devices via remote repositories. It provides security for sensitive data through AES-256 or GPG encryption and supports document conversion into various publishing formats using the Pandoc

    Implements the primary interface as a portable shell script managing subcommands and interactive environments.

    Shellarchivingbashbookmark-manager
    Ver en GitHub↗8,210
  • sobolevn/git-secretAvatar de sobolevn

    sobolevn/git-secret

    4,023Ver en GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Provides a shell script wrapper that orchestrates GPG commands for user interaction.

    Shellencryptiongitgit-addons
    Ver en GitHub↗4,023
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Shell Scripts
  5. CLI Wrappers