Commits


replace the 'write' subcommand with 'tee' tee allows to create pipelines and handy one-liners: $ password-generator | plass tee foo | clip A foo.gpg Created commit xyz to accomodate it, the output from 'got commit' is redirected to stderr so it doesn't interfere with the flow of the data.


rework got error handling


recursively create directories


prompt for the password only once in `write' it's easier to pipe a custom password generator this way: $ my-password-gen | plass write foo/bar


switch the default range to !-~ (i.e. all printable ASCII chars)


reword


add ENVIRONMENT and FILES sections to the pod documentation


initial import