Commit Briefs

Omar Polo

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.


Omar Polo

rework got error handling


Omar Polo

recursively create directories


Omar Polo

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



Omar Polo

reword



Omar Polo

initial import