kaspiana / mage

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

Use colon syntax for (meta)tag parameters #65

Closed kaspiana closed 3 weeks ago

kaspiana commented 1 month ago

Rather than parameterised tags being notated as [tag]([op][param], this should instead be [tag]:[op][param], if the grammar would not be ambiguous.

Current

mage search "width(>200) collection(20)"

Proposed

mage search "width:>200 collection:20"