TimothyYe / skm

A simple and powerful SSH keys manager
https://timothyye.github.io/skm
MIT License
954 stars 54 forks source link

`skm ls` need decribe #12

Closed lndj closed 6 years ago

lndj commented 6 years ago

the name usually is short, so needs a desc

TimothyYe commented 6 years ago

Hi @lndj, what kind of description do you need?

lndj commented 6 years ago

For now, the ls like this:

  ✔ Found 2 SSH key(s)!

->  default
    google-cloud

Maybe we need:

  ✔ Found 2 SSH key(s)!

->  default                   The default xxxxx
    google-cloud              For google cloud platform...xxx
TimothyYe commented 6 years ago

@lndj I understand, I'm thinking about where to store these description messages.

lndj commented 6 years ago

A file in ~/.skm ?

TimothyYe commented 6 years ago

I'll try it.

ebastos commented 6 years ago

You can add comments to the key itself.

TimothyYe commented 6 years ago

This issue is fixed by @ebastos, thanks a lot!