Hi guys,
would there be a niche for something like Dwarf Therapist, but with CLI?
Imagine the possibilities
It would probably be something of an extension to DT, not aimed to replace its functionality, but to do the stuff that's easier done with text
For example, I *HATE* to click through a row of labors. I know, I can set a custom profession, but the interface is clumsy for me, at least it could support click-dragging to toggle more labors with single move. But I think text interface will do better.
Small example of what it could do: (nothing set in
stonecode yet):
$ therapist list
1 - Urist McMiner
2 - Doren McCarpenter
(... snip ...)
17 - Lokum McCheesemaker
$ therapist create group miners 1 8 9
Created group 'miners' with these dwarves:
1 - Urist McMiner
8 - Zegon McMigrant
9 - Minkot McAnotherone
$ therapist add to group miners 13
Added to group 'miners':
13 - Teggud McUseless
$ # somehow create labor group hauling - or maybe some smart defaults?
$ therapist disable hauling on miners
Disabled 'hauling' labors on group 'miners':
1 - Urist McMiner
8 - Zegon McMigrant
9 - Minkot McAnotherone
13 - Teggud McUseless
$ therapist enable mining on miners
Enabled 'mining' labor on group 'miners':
1 - Urist McMiner
(... snip ...)
Please post what you think of the idea!
What features would you like to see - what should it be able to do?