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 CHANNEL
In another shell, you can run:
climsg send CHANNEL MESSAGE
All listeners will print out lines in STDOUT, one line per message.