diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-12-07 19:03:51 +0100 |
---|---|---|
committer | lionelmiquel@sfr.fr <lionelmiquel@sfr.fr> | 2020-12-07 19:03:51 +0100 |
commit | f4ddfb18a3e79d6c8315531d5a62f2d74e3f165a (patch) | |
tree | c439b289f54163a7c58dd98487652060435f924c | |
parent | 8c36cc49bc6d45c3f23af8f597740c6ce3070208 (diff) | |
download | pass.bat-f4ddfb18a3e79d6c8315531d5a62f2d74e3f165a.tar.gz pass.bat-f4ddfb18a3e79d6c8315531d5a62f2d74e3f165a.zip |
readme describing the script purposes
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdc5663 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# pass.bat + +pass.bat is an attempt to port the [pass](https://passwordstore.org) utility to Windows in pure batch. You'll need to have the gpg binary in your PATH, the most common way is to install Gpg4win. |