kaspiana / mage

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

Tags #12

Closed kaspiana closed 3 months ago

kaspiana commented 3 months ago

A tag is an object which is associated with a taxonym, and which can be applied to documents. It should be possible to manipulate and view them in the CLI.


mage new tag character vriska_serket # create tag associated with new taxonym character:vriska_serket
mage doc ./0 tag character:vriska_serket # apply tag
mage doc ./1 untag character:terezi_pyrope # remove tag
mage doc ./0 tags # view all tags on document