summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a79c314
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# pass.sh
+Simpler replacement for [pass](https://www.passwordstore.org). Assumes you have
+an encrypted location to store plaintext files (dm-crypt, ext4/f2fs fscrypt
+etc).\
+Differences from pass:
+* `pass.sh ls` outputs a flat *set* of text entries instead of a fancy tree with
+ pseudo-graphical garbage
+* does not support nested directories
+* written in POSIX sh instead of bash
+* uses functionalities of existing tools instead of re-implementing them