A simple Python Password Manager CLI application using Typer and MongoDB
Install dependencies
sudo apt install xclip xsel wl-clipboardUsage:
$ [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
Commands:
adddeletegetlistupdate
Usage:
$ add [OPTIONS] KEYArguments:
KEY: [required]
Options:
--help: Show this message and exit.
Usage:
$ delete [OPTIONS] KEYArguments:
KEY: [required]
Options:
--help: Show this message and exit.
Usage:
$ get [OPTIONS] KEYArguments:
KEY: [required]
Options:
--copy / --no-copy: [default: False]--help: Show this message and exit.
Usage:
$ list [OPTIONS]Options:
--help: Show this message and exit.
Usage:
$ update [OPTIONS] KEYArguments:
KEY: [required]
Options:
--help: Show this message and exit.