takfjt / git-credential-keepasshttp

A git credential helper to integrate with keepass using keepasshttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A git credential helper to integrate with keepass using keepasshttp

License:GNU General Public License v3.0


Languages

Language:Python 100.0%