summaryrefslogtreecommitdiff
path: root/src/platform
diff options
context:
space:
mode:
authorTobias V. Langhoff <tobias@langhoff.no>2014-04-13 14:58:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-13 17:52:57 +0200
commit43e7752e2afb388accda8d231505022f49e9b171 (patch)
tree740d3192dd689d65fb80a6f9af004ac6d6c7b953 /src/platform
parent2eaca82585204ffd37f7f5d3e397b2ac56638b40 (diff)
downloadpass-43e7752e2afb388accda8d231505022f49e9b171.tar.gz
pass-43e7752e2afb388accda8d231505022f49e9b171.tar.bz2
pass-43e7752e2afb388accda8d231505022f49e9b171.zip
Importer for 1Password
An importer script for 1Password. It supports 1Password's text exports (CSV or TSV) and its 1PIF file format (pseudo-JSON). In addition to the passwords it imports notes, as well as the username and URL which it stores in passff- compatible format (it can also use either the title or the URL itself as pass-name).
Diffstat (limited to 'src/platform')
0 files changed, 0 insertions, 0 deletions
src/platform/cygwin.sh?h=master&id=3f6b8a2038eea906b353894dcb160bf0d88f6fd7&follow=1'>platform: add cygwin supportJason A. Donenfeld2-1/+17 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>