Skip to content

kwon37xi/git-credential-kwalletcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

git-credential-kwalletcli

git credential helper for KWallet5 with kwalletcli command.

Requirements

# on ubuntu/debian
sudo apt install kwalletcli

Installation

sudo wget -O /usr/local/bin/git-credential-kwalletcli \
    "https://raw.githubusercontent.com/kwon37xi/git-credential-kwalletcli/main/git-credential-kwalletcli" \
    && sudo chmod 0755 /usr/local/bin/git-credential-kwalletcli

# for your local user
git config --global credential.helper kwalletcli
# or
git config --global credential.helper "/usr/local/bin/git-credential-kwalletcli"

References

TODOs

  • erase : kwalletcli does not support erase

About

git credential helper for kwallet using kwalletcli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages