When I do 'git log' or 'man man', if the output is longer than my terminal it uses $PAGER to let me navigate through the output instead of dumping it all on the screen. So if I'm all like 'export PAGER=less' it uses 'less', and if I'm like "export PAGER='more' " it pipes it into 'more'. It would be super nice if pass did this, and I'm guessing it would need to be implemented in tree (with an optional flag maybe?). Are my assumptions correct? How does one go about implementing this?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
