Simple CLI IPC for scripting.
climsg(binary) -> Main CLI tool to interact.climsgd(binary) -> Daemon binary.climsgd-core(library) -> Rust lib to interact.
climsg listen CHANNELIn another shell, you can run:
climsg send CHANNEL MESSAGEAll listeners will print out lines in STDOUT, one line per message.