| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Instead we're forced to base64 it, like we do with the clipboard.
|
|
|
|
|
|
|
| |
While we do not expect any output on stdout from the background task,
keeping the file handle open means that anyone calling `pass` and
waiting for stdout to be closed, will have to wait (by default) for 45
seconds.
|
| |
|
|
|
|
| |
putput to a file named "-"
|
| |
|
|
|
|
| |
instead of cygwin's gpg binary
|
|
According to Brandon Jones, all we need to do is adjust /dev/clipboard
from xclip. So we add a platform specific file to do so.
http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html
Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
|