package
0.8.6
Repository: https://github.com/timothyye/skm.git
Documentation: pkg.go.dev

# Functions

AddCache adds SSH to ssh agent cache via key alias.
ClearKey clears both private & public keys from SSH key path.
CreateLink creates symbol link for specified SSH key.
DeleteCache removes SSH key from SSH agent cache via key alias.
DeleteKey delete key by its alias name.
Execute executes shell commands with arguments.
Fatalf output formatted fatal error info.
GetBakFileName generates a backup file name by current date and time.
IsEmpty checks if directory in path is empty.
ListCache lists cached SSH key from SSH agent cache.
LoadSSHKeys loads all the SSH keys from key store.
No description provided by the author
ParsePath return the original SSH key path if it is a symbol link.
RunHook runs hook file after switching SSH key.

# Constants

CheckSymbol is the code for check symbol.
CrossSymbol is the code for check symbol.
DefaultKey is the default alias name of SSH key.
HookName is the name of a hook that is called when present after using a key.
Name is the program name.
PrivateKey is the default name of SSH private key.
PublicKey is the default name of SSH public key.
Usage is for simple description.