password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

TODO.txt (398B)


      1  * pass cp [all the above]
      2  * pass insert, pass ls
      3  * pass insert [with -e, with -m, without either]
      4  * pass insert, cp, mv, rm, generate [with -f, without -f, on existing]
      5  * git operations on all commands
      6  * Are empty folders pruned for rm, cp, mv, init (when "" is the argument) [with git, and without git]
      7  * Are git commits happening as planned? Are they being signed when signing is enabled?