From 2bc437df229865456a77fbb982e187aa69304e98 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 19 Dec 2016 03:11:14 +0100 Subject: Add extensions --- man/pass.1 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'man/pass.1') diff --git a/man/pass.1 b/man/pass.1 index 79ea79d..db3158e 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -30,8 +30,12 @@ If no COMMAND is specified, COMMAND defaults to either .B show or .BR ls , -depending on the type of specifier in ARGS. Otherwise COMMAND must be one of -the valid commands listed below. +depending on the type of specifier in ARGS. Alternatively, if the file +\fI.extensions/COMMAND.bash\fP exists inside the password store and is executable +, then it is sourced into the environment, passing any arguments and environment +variables. + +Otherwise COMMAND must be one of the valid commands listed below. Several of the commands below rely on or provide additional functionality if the password store directory is also a git repository. If the password store @@ -385,6 +389,9 @@ Contains the default gpg key identification used for encryption and decryption. Multiple gpg keys may be specified in this file, one per line. If this file exists in any sub directories, passwords inside those sub directories are encrypted using those keys. This should be set using the \fBinit\fP command. +.TP +.B ~/.password-store/.extensions +The directory containing extension files. .SH ENVIRONMENT VARIABLES @@ -434,6 +441,10 @@ by \fBtr\fP. See .BR tr (1) for more info. .TP +.I PASSWORD_STORE_EXTENSION_DIR +The location to look for executable extension files, by default +\fIPASSWORD_STORE_DIR/.extensions\fP. +.TP .I EDITOR The location of the text editor used by \fBedit\fP. .SH SEE ALSO -- cgit v1.2.3-54-g00ecf put type='hidden' name='id' value='dc3c9b5bc48779f37f2fbcbadce8865eaf4a360e'/>
path: root/ui-summary.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-11Makefile: add support for building w.o. preinstalled gitLars Hjemli1-1/+13
2007-05-11Tag release v0.3v0.3Lars Hjemli1-1/+1
2007-05-11Update README with submodule build infoLars Hjemli1-13/+39
2007-05-11Add submodule links in tree listingLars Hjemli6-12/+27
2007-05-11Add submodules.sh and use it during buildsLars Hjemli3-13/+222
2007-05-11Added git as a submoduleLars Hjemli2-1/+1
2007-05-09Add support for downloading single blobsLars Hjemli5-3/+47
2007-05-08ui-view: show pathname if specified in querystringLars Hjemli3-5/+10
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli9-837/+50
2007-02-21Layout updateLars Hjemli9-32/+127
2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22
2007-02-08Add support for snapshotsLars Hjemli8-8/+153
2007-02-05cgit v0.2v0.2Lars Hjemli1-1/+1
2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37
2007-02-04Update cgitrc templateLars Hjemli1-21/+32
2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37
2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120
2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2
2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6
2007-01-28Update README with install/config informationLars Hjemli1-24/+28