Skip to content

Commit

Permalink
Refactor the project structure (#37)
Browse files Browse the repository at this point in the history
* refactor project structure

* update test case
  • Loading branch information
TimothyYe committed Dec 28, 2021
1 parent 9dbcdd9 commit 84d4168
Show file tree
Hide file tree
Showing 373 changed files with 663 additions and 178,546 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
cmd/skm/skm
.DS_Store
.env
.idea
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://raw.githubusercontent.com/TimothyYe/skm/master/snapshots/skm.png)
![](https://raw.githubusercontent.com/TimothyYe/skm/master/assets/snapshots/skm.png)

[![MIT licensed][5]][6] [![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) [![Build Status][1]][2] [![Go Report Card][7]][8] [![GoCover.io][11]][12] [![GoDoc][9]][10]

Expand All @@ -15,7 +15,7 @@

SKM is a simple and powerful SSH Keys Manager. It helps you to manage your multiple SSH keys easily!

![](https://github.com/TimothyYe/skm/blob/master/snapshots/demo.gif?raw=true)
![](https://github.com/TimothyYe/skm/blob/master/assets/snapshots/demo.gif?raw=true)

## Features

Expand Down Expand Up @@ -136,7 +136,7 @@ Now using SSH key: dev

You can just type ```skm use```, then a prompt UI will help you to choose the right SSH key:

![](https://github.com/TimothyYe/skm/blob/master/snapshots/prompt.gif?raw=true)
![](https://github.com/TimothyYe/skm/blob/master/assets/snapshots/prompt.gif?raw=true)

### Display public key

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 84d4168

Please sign in to comment.