kaspiana / mage

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

Parameterised tags #15

Open kaspiana opened 3 months ago

kaspiana commented 3 months ago

It should be possible to create tags which take one, or perhaps more, simple parameters, such as integers.

On many tagged imageboards, there exist sets of tags which are distinguished solely by a number, such as tags like 1girl, 2girls, 3girls, etc. on Danbooru. Introducing parameterised tags would help to normalise such tags and allow for more complex querying with them, e.g. chars(>2).


mage new tag general characters --param # create a parameterised tag

mage doc ./0 tag general:characters --param 6 # add a parameterised tag to a document with a certain value
mage doc ./0 tag general:characters(6) # alternate syntax

Concerns: