Commit Diff


commit - 329651fd0c6b258e385bdea9850999783915b99a
commit + 91fcc6e3ddaac1838153b32e3d6d453b445309c0
blob - 3f3457fa3dc0ba04d7c75cc02170f341bbacd996
blob + 2b6c011002aca0e9b82b904e8766b47729d49aca
--- plass
+++ plass
@@ -125,7 +125,7 @@ sub passfind {
 			s,^$store/*,,;
 			s,.gpg$,,;
 
-			return if defined($pattern) && ! m/$pattern/;
+			return if defined($pattern) && ! m/$pattern/i;
 			push @entries, $_;
 		},
 		no_chdir => 1,
blob - a35e42250947928f808afaa9a05a11583db52155
blob + 29c86a688e11715b0210252556fd70871e31e110
--- plass.1
+++ plass.1
@@ -62,6 +62,7 @@ Decrypt and print the content of
 in the given order.
 .It Cm find Op Ar pattern
 Print the entries of the store one per line, optionally filtered by
+the case-insensitive
 .Ar pattern .
 .It Cm mv Ar from Ar to
 Rename a password entry, doesn't work with directories.