🧰 GitKeykit


Simplify PGP key setup and signing commits on Linux and Windows.
📦 Installation
npx gitkeykit
npm install -g gitkeykit
🚀 Usage
Basic Setup
gitkeykit
gitkeykit import my_key.txt
gitkeykit --reset
gitkeykit --version
gitkeykit --help
Command Options
--reset Reset Git and GPG configurations
--help Show help information
--version Show version number
--import <key_path.txt> Import and configure PGP key from file
✨ Features
- Interactive Setup: Guided process for creating or importing PGP keys
- Cross-Platform: Works seamlessly on both Linux and Windows
- Secure Configuration:
- Automatic Git signing setup
- GPG agent configuration
- Secure passphrase handling
- Error Handling: Clear error messages and recovery options
- Backup & Reset: Automatic backup of existing configurations with reset capability
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.