mordax7

Results 10 comments of mordax7

Whats the status?

In which version can we see this fix?

Here a similar attempt with an ```@``` as an attribute separator: ``` #!/usr/bin/env bash attribute=${1##*@} path=${1%%@*} /usr/bin/gopass $path $attribute ``` Maybe it would be worth to document these "provider wrappers"?

@sgnn7 yours works. As an alternative `gopass` provider to yours: ```bash #!/usr/bin/env bash set -euo pipefail if [[ "${1}" == "--version" ]]; then gopass --version exit 0 fi path="${1%%@*}" #...

I experienced some problems with Gopass and this wrapper. Here the Log: ```log gpg-agent[8795]: Clearing pinentry cache which caused error Cannot allocate memory gpg-agent[8795]: failed to unprotect the secret key:...

Yes exactly, it is the end of the window and yes these are the one with the shortest duration ![image](https://user-images.githubusercontent.com/27705384/65977413-2a624a00-e472-11e9-8f54-21ef4f478b2a.png)

I tried installing the latest master branch but I am seeing the same problem...

I installed your https://github.com/ad-si/subf and it does not recognize my tabs as separators. Do you know what the issue could be? I am using Arch.

Can we get a fix on this one?