Yes, would be a nice nice-to-have feature.
However, I'm currently struggling with another problem: I don't seem to be able to pass time settings to the phalanx engine, e.g.: Although I've set "40 moves per 120 minutes" when starting a new match in zknights it wouldn't get passed to phalanx (as one can check by issuing a "ps ax --cols 1000" from a terminal console). znkights only adds the "-e" option to the list of arguments defined in Phalanx/engine.conf; however, the "-e" option (Easy level) is only meant to simulate human blunders but doesn't really define the playing strength. The default level in phalanx is - I think - 10 seconds per move which may be to easy for advanced players.
I can work around this problem by editing engine.conf and manually adding " 40 120" at the end of the Arguments line (and maybe additionally "-p+" to enable pondering) before starting a new match but I would like zknights to pass this option automatically when it starts the phalanx engine.
Is there anything I'm missing?