Skip to content

Jessica-W/git-credential-kwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-credential-kwallet

Build Status

Git credential helper for KWallet

Dependencies

  • KWallet for obvious reasons
  • help2man as an optional dependency for generating man pages

Install

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
sudo cmake --build . --target install

Usage

Configure as:

[credential]
    helper = kwallet

See also gitcredentials.

About

Git credential helper for KWallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.3%
  • CMake 19.7%