summaryrefslogtreecommitdiff
path: root/src/platform/cygwin.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show: do not store binary data in bash varsJason A. Donenfeld2018-08-011-4/+4
| | | | Instead we're forced to base64 it, like we do with the clipboard.
* Close stdout for background task that restores clipboardAllan Odgaard2018-06-141-1/+1
| | | | | | | 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.
* enhance winpath detection: gpg --help will have a line like this: Home: C:\.....Lorenz Weber2015-05-111-1/+1
|
* critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵Lenz Weber2015-05-111-1/+1
| | | | putput to a file named "-"
* Bad code is bad.Jason A. Donenfeld2015-01-281-3/+3
|
* cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ↵Lenz Weber2015-01-281-0/+25
| | | | instead of cygwin's gpg binary
* platform: add cygwin supportJason A. Donenfeld2014-04-171-0/+16
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>