[pass] Simple password store

Kevin Lyda kevin at ie.suberic.net
Fri Jan 29 11:16:19 CET 2016


On Fri, Jan 29, 2016 at 9:06 AM Dashamir Hoxha <dashohoxha at gmail.com> wrote:

> However the history of commands does not work (getting the previous
> command with the arrow-up).
> Also I don't see how to use autocompletion. Any ideas?
>

If you want history and completion, "read -e" won't work for you. It only
uses readline defaults with no knobs for you to set to configure it to do
what you want (set a history file, do completion, etc).

I have no idea why you want to do this since your shell already has
completion. Not sure of the win here.

But if you really want to do it, the tool you'll want to use in rlwrap.
It's not a standard package, but it does what you want and it's not like
pass and your tool don't already depend on some non-posix shell stuff
already.

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20160129/e3915298/attachment.html>


More information about the Password-Store mailing list