--
You received this message because you are subscribed to the Google Groups "tmsu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmsu+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
It would have to be a config file per database as each database may use a separate set of tags (tag schema). So it would make more sense for it to actually be *in* the database and in which case you would have to understand the schema of the database and use the sqlite tooling to edit it. (In fact, the same argument could be made for tag management: these could be manually configured in the database too removing the need for the 'delete', 'rename' and 'merge' commands.)
As it turns out, that is exactly where the implications are stored: in the database. And to save people the need to understand the schema and tooling there is a simple 'imply' command. You are obviously free to manually edit the database if you do wish.
Hope this clears up the thought process behind this addition. I think it adds a great deal of usability with very little extra code or complexity. You can even ignore the command completely if it does not meet your usage scenario.
Thanks,
Paul