Skip to content

Lu-Chok/git-ssh-keychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple CLI-based git SSH keychain written in python 3

Run this command:

mkdir -p $HOME/ssh-keychain && cp main.py $HOME/ssh-keychain && chmod +x $HOME/ssh-keychain/main.py

Add this to your ~/.config/fish/config.fish

if status is-interactive
    alias gitenv='python3 $HOME/ssh-keychain/main.py'
end

About

Simple SSH-keychain for git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages