added -i option to list to search case insensitive

This commit is contained in:
2024-12-23 19:49:42 +01:00
parent 2f652dc57d
commit a777c9cab4
5 changed files with 32 additions and 16 deletions

View File

@@ -18,6 +18,9 @@
# simple entry
exec anydb -f test.db set foo bar
# single entry uc()
exec anydb -f test.db set MUCHAS gracias
# entry with tags
exec anydb -f test.db set color grey -t flower,plant
@@ -37,6 +40,10 @@ exec anydb -f test.db list -t flower
exec anydb -f test.db list b.r
stdout bar
# list with -i filter
exec anydb -f test.db list -i mucha
stdout MUCHA
# get single entry
exec anydb -f test.db get color
stdout grey