Skm Versions Save

A simple and powerful SSH keys manager

v0.8.6

2 years ago

Changelog

  • 9dbcdd9 Create go.yml
  • 1d169ac Delete .travis.yml
  • 4dd2672 Go releaser integration (#41)
  • 214c267 Improve: Add partial match for use command (#40)
  • 84d4168 Refactor the project structure (#37)
  • eb2913f Update README.md
  • e7f2e6a Update README.md
  • ff205bc Update README.md
  • 6e9f0f3 update go version

v0.8.5

2 years ago

Support store path with symbolic link.

v0.8.4

3 years ago

Display key type for list command.

v0.8.2

3 years ago

V0.8.1

4 years ago

Convert the relative path to the absolute to fix the restore issue.

V0.8

4 years ago

A customized SSh key store path can be defined in your .bashrc or .zshrc

Refer to: https://github.com/TimothyYe/skm#customized-ssh-key-store-path

V0.7

5 years ago

Support to cache your SSH key via SSH agent.

V0.6

5 years ago

Support restic backup and restore.

V0.5.3

5 years ago

Fix the issue while interrupting the creation of a new key will break the creation of that key afterward. Refer to issue #23