pash 0.1.0

Simple and easy app for generating and storing passwords
# config.toml

lowercase = true

uppercase = true

symbols = true

numbers = true

length = 10



# TODO: add profiles support



# passwords.toml

[category] # if you won't specify it via flag or define default from config, it defaults to 'undefined'

"https://github.com/shift-d/" = "1234567890" # example password

# NOTE: you cannot define default for password name because it is required parameter at `pash create` command