2 个仓库
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.
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.
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.