summaryrefslogtreecommitdiff
path: root/README.md
blob: a79c31404f657f566a2c7e945760ffe6710a52d5 (plain)
1
2
3
4
5
6
7
8
9
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