DC23 / scriptabit

Python scripting for Habitica
Apache License 2.0
8 stars 4 forks source link

Make the task tags configurable #32

Closed DC23 closed 7 years ago

DC23 commented 7 years ago

Currently, most tasks created by scriptabit are tagged with 'scriptabit' (and sometime other tags as well depending on the plugin).

The use of tags should be configurable, with a program option accepting a comma separated list of tags to apply. The empty string should cause no tags to be applied.

The default value should retain the current behavior.