kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

Wildcards in queries #25

Closed kaspiana closed 3 months ago

kaspiana commented 3 months ago

Resolves #21

Adds support for simple wildcards in queries and in several other places incidentally, though the latter will not entirely work given that only the first result will be used.

mage search "*_lalonde" # find all documents with tags ending with '_lalonde'
mage tag "*_lalonde" # view the first tag found ending with '_lalonde'