On 23 Sep 2014, at 11:43, Hugo Osvaldo Barrera wrote:
[…] I feel that using find(1) insted would yield results which are
more consistent
with the arguments that pass(1) can receive:
$ cd $HOME/.password-store
$ find * -iname "*wine*" | sed 's/\.gpg$//'
[…] Any opinions on this?
I think I would like this as well (and definitely supress the “Search
Terms” line), but the find invocation should probably be:
find * -ipath "*wine*" -type f | sed 's/\.gpg$//'
That way, we can also search for groups (to see all items in that
group).
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store