Interactive GPG terminal signer for macOS. Sign text inputs with your GPG key and auto-copy the result to the clipboard instantly.
- Simplicity: Sign files with a single command.
- Seamless Integration: Built to work perfectly within terminal-based workflows.
- Built-in Alias: Supports the short command
gpgsignwhen installed via Homebrew.
Untitled.mov
If you are on macOS or Linux using Homebrew, you can install it from our official tap:
brew tap nlimeres-vault/tools && brew install gpg-cli-signerIf you prefer not to use Homebrew, you can download the script directly:
- Clone the repository:
curl -fsSL https://raw.githubusercontent.com/nlimeres/gpg-cli-signer/main/script.sh -o gpgsign- Grant execution permissions:
chmod +x script.sh- (Optional) Move it to your bin folder for global access:
sudo mv gpgsign /usr/local/bin/
π Looking for more tools? Visit our homebrew-tools repository
Copyright (C) 2026, nlimeres, hello@nlimeres.com
- Created by nlimeres
If you find any errors or want to add any improvements, feel free to open an issue or send a pull request.