/git-credential-keepasshttp

A git credential helper to integrate with keepass using keepasshttp

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Build StatusMaintainability

git-credential-keepasshttp

A git credential helper to integrate with keepass using keepasshttp

Requirements

Installation

pip install --process-dependency-links git+https://github.com/z00nx/git-credential-keepasshttp

Usage

You can set git's credential helper on a per repo basis repository using:

git config credential.helper keepasshttp

Or globally using:

git config --global credential.helper keepasshttp

Notes:

  • Only the get operation is supported
  • It will return the first set of credentials found
  • Minimal testing has been performed