From 9e3d10dee1c35bb1817578a9fd0b47103d08a490 Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Tue, 8 Jun 2021 22:57:09 -0400 Subject: [PATCH] Add pass, a password manager command-line app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64c05ef..2e288c1 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, direnv, and autoenv) * [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration * [parallel](https://www.gnu.org/software/parallel/) - Build and execute shell command lines from standard input in parallel +* [pass](https://www.passwordstore.org/) - Manage passwords from the command line with GPG encryption and optional git integration. * [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as argument to a command. * [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator with timers * [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell