aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/completion (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-25Support git worktree.Kevin Lyda1-6/+6
Git worktree works with the normal .git directory instead being a .git file with a reference to the primary git repository.
2017-02-25keepassx2pass: port to python3Fabio Zanini1-7/+8
2017-02-25man: fix typosJustin Gassner1-2/+2
2017-02-25Don’t reencrypt data not managed by pass.Sebastian Reuße1-2/+2
When keeping the password-store under git, it can make sense using a git extension such as git-annex instead of the native git object store to store the encrypted files. Inter alia, this allows one to selectively expire old copies of the encrypted data, while otherwise, one would need to recreate the complete repository when a key should no longer have access to some of the data. Since using the git-annex object store means that *.gpg files (and directories named *.gpg) are kept under .git/… (non-writable), the reencryption logic used by pass currently fails. To remedy this, we now ignore everything kept under .git when looking for files to reencrypt or when grepping.
2017-02-25tests: fix for recent changesJason A. Donenfeld3-2/+18
2017-02-25keepasss2csv2pass: improve and make more flexibleNathan Sommer1-52/+176
- Code is now PEP 8 compliant - Uses argparse module for command line arguments - Prints what it will do and prompts for confirmation before proceeding - Does not put URL and notes fields in the entry unless they are present in the CSV file - Adds a "user" field in the entry - There are now command line arguments for the following: - Exclude specific groups from being imported - Convert groups and names to lowercase - Use the name of the KeePass entry rather than the username as the pass entry name
2017-01-01show,generate: support qrcodesJason A. Donenfeld4-20/+65
2016-12-21makefile: proper use of DESTPATHJason A. Donenfeld1-6/+6
2016-12-21extensions: introduce system extensionsJason A. Donenfeld2-7/+16
2016-12-211password2pass: modernizationAlex Dunn1-15/+23
2016-12-21extensions: make opt-inJason A. Donenfeld2-15/+22
2016-12-21Add signaturesJason A. Donenfeld2-0/+31
2016-12-20Add extensionsJason A. Donenfeld2-3/+27
2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld4-14/+28
Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr.
2016-02-07dmenu: read likes -rJason A. Donenfeld1-1/+1
2016-02-06zsh-completion: add prefix zstyleBenjamin Richter1-1/+11
This option can be used to select a different pass repository for completion. A configuration example is given inside the completion file.
2016-02-06Make gpg errors fatalJason A. Donenfeld1-5/+5
2016-02-06Moved to webpageJason A. Donenfeld1-7/+0