Skip to content

🔑 CLI password manager. Not for actual use. Just test-driving diesel and clap.

Notifications You must be signed in to change notification settings

fuskovic/keychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keychain

CLI password manager.

Not for actual use.

Currently just a WIP side project for test-driving clap and diesel.

Install

Compile from source

git clone https://github.com/fuskovic/keychain.git
cd keychain
cargo install --path .

Verify install

keychain -V   

Usage

Usage: keychain <COMMAND>

Commands:
  create  Create a new keychain
  list    List existing keychains
  update  Update/rename existing keychain
  delete  Delete an existing keychain
  keys    Subcommand for managing keychain keys
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

🔑 CLI password manager. Not for actual use. Just test-driving diesel and clap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages