aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* escaping > and < in commentsHEADmasterMiquel Lionel2021-06-041-1/+1
|
* add license disclaimerMiquel Lionel2021-06-042-0/+26
|
* link to gpg4win in readmeMiquel Lionel2021-06-021-1/+1
|
* wording in helpMiquel Lionel2021-06-021-1/+1
|
* electric indenting boogalo 2Miquel Lionel2021-06-021-1/+1
|
* what the fuck were these indentsMiquel Lionel2021-06-021-11/+11
|
* less clustered helpMiquel Lionel2021-06-021-2/+2
|
* implement the help functionMiquel Lionel2021-06-021-20/+26
| | | | - also be moar like unix counterpart: without arguments it does `pass ls`
* tinsy bit more helpful readmeMiquel Lionel2021-06-021-0/+4
|
* 2021 copyright legaleseMiquel Lionel2021-06-021-1/+1
|
* don't exit brutallyMiquel Lionel2021-06-021-1/+1
|
* fix `where gpg` checkMiquel Lionel2021-02-031-1/+1
|
* $GPG_OPTS added, 'pass view' -> 'pass show' and +Miquel Lionel2021-01-051-20/+21
| | | | | | | | | - also support for environnement variable PASSWORD_STORE_GPG_OPTS. Updated the help to reflect that. - 'pass view' is now 'pass show' - 'pass mv' is now more verbose, similar to the unix bash script. - the temporary file created when editing a password has a more random filename now.
* Added check: is gpg in path ?Miquel Lionel2020-12-301-0/+8
|
* Document PASSWORD_STORE_CLIP_TIME env varMiquel Lionel2020-12-301-2/+4
| | | | - also update copyright notice
* some quote were not there, adding themMiquel Lionel2020-12-301-2/+2
| | | | - specifically in `pass init`
* license gplv3Miquel Lionel2020-12-241-0/+674
|
* readme describing the script purposesMiquel Lionel2020-12-071-0/+3
|
* First commitMiquel Lionel2020-11-211-0/+149
I will add what was in the CHANGELOG.txt as well. 19:00 31/07/2020 - Added PASSWORD_STORE_CLIP_TIME environnement variable check. It decides the time for which the password will be in the clipboard. defaults to 45seconds. 18:56 31/07/2020 - Clip works with or without linenumber : you can do "pass clip password" or "pass clip password 1", it'll copy the first line in that encrypted file named "password.gpg". Added envvironnements variable to the help display.