Skip to content

stefins/glitzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glitzy

A simple password manager

Installation

Using Go

go get -u github.com/stefins/glitzy

Using Homebrew

brew tap stefins/glitzy
brew install glitzy

Usage

glitzy --help
NAME:
   glitzy - a simple password manager

USAGE:
   glitzy [global options] command [command options] [arguments...]

COMMANDS:
   add      add a new password
   wipe     wipe the entire passwords
   search   Search for password
   delete   Delete a password
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

License

MIT