On 4 February 2015 at 09:26, Dahlberg, David <[email protected]> wrote: > Am Dienstag, den 03.02.2015, 17:47 +0100 schrieb Marc-Antoine Perennou: > >> >> diff --git a/src/password-store.sh b/src/password-store.sh > [..] >> >> + which gpaste &>/dev/null && gpaste help | grep password >> &>/dev/null && gpaste=1 > > Pardon my Evolutions bad quoting :-( > I do not know gpaste, nor can I easily apply patches in my current > setup, but may I suggest "grep -q password" instead of "grep password > &>/dev/null"?
Heh, indeed, will fix that. Regarding GPaste, it's a clipboard manager with native support for passwords. For example, if you do "gpaste add-password GMail myawesomegmailpassword", it won't be written to disk, will appear everywhere as "[Password] GMail" and can be easily deleted with "gpaste delete-password GMail" > > -dd > > -- > David Dahlberg > > Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845 > Fraunhoferstr. 20, 53343 Wachtberg, Germany | Fax: +49-228-856277 > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
