Metadata-Version: 2.1
Name: git-ssh-key
Version: 0.1.0-a2
Summary: UNKNOWN
License: MIT
Author-email: alingse <alingse@foxmail.com>
Requires-Python: >=3.8
Requires-Dist: click>=8.0.3
Requires-Dist: giturlparse>=0.10.0
Requires-Dist: sshconf>=0.2.4
Project-URL: homepage, https://github.com/alingse/git-ssh-key
Description-Content-Type: text/markdown

# git-ssh-keys-keeper
manager multi git ssh keys in one machine, with serval private or public repo.

```bash
pip install git-ssh-key
```

change git url

```bash
$git-ssh-key https://github.com/alingse/git-ssh-key.git
New repo address: git@github.com-f5851eb:alingse/git-ssh-key.git
New repo public rsa key: /Users/alingse/.ssh/github.com-f5851eb.id_rsa.pub
```

## Dev

```bash
pdm install

pdm build
```

