[pass] Add 'Change Dir' Functionality

2016-09-18 Thread Jakob Holderbaum
Hi pass Team, first and foremost, thanks for this great tool! We are currently using it at several client projects for storing shared team secrets like production credentials. This also means, that a rather often use-case is to call pass on different password directories. Setting

Re: [pass] Add 'Change Dir' Functionality

2016-09-18 Thread Lucas Hoffmann
Quoting Jakob Holderbaum (2016-09-18 13:52:19) > We are currently using it at several client projects for storing > shared team secrets like production credentials. > > This also means, that a rather often use-case is to call pass on > different password directories. Setting PASSWORD_STORE_DIR >

Re: [pass] Add 'Change Dir' Functionality

2016-09-18 Thread Brian Candler
On 18/09/2016 12:52, Jakob Holderbaum wrote: Both tools allow to specify the optional working dir with -C in front of the actual command. For example: `git -C ~/dev/dotfiles status` or `make -C ./build test` Wouldn't it be great if pass could provide the same interface: `pass -C ./secrets