Utilities for the Syndicated Actor Model
Go to file
Emery Hemingway 4b3c8cfa98 Update to build in meta-repo 2023-03-01 21:22:57 -06:00
src Update to build in meta-repo 2023-03-01 21:22:57 -06:00
.gitignore Initial freedesktop_notifier utility 2022-06-09 23:49:49 -05:00
README.md Initial freedesktop_notifier utility 2022-06-09 23:49:49 -05:00
config.prs Initial json_socket_translator utility 2022-06-09 14:15:59 -05:00
http_protocol.prs http_translator: control over port binding 2022-06-28 11:13:20 -05:00
http_translator.config-example.pr http_translator: control over port binding 2022-06-28 11:13:20 -05:00
mpv.config-example.pr Initial json_socket_translator utility 2022-06-09 14:15:59 -05:00
notifications.prs freedesktop_notifier: grab more 2022-06-10 12:09:53 -05:00
syndicate_utils.nimble Update to build in meta-repo 2023-03-01 21:22:57 -06:00

README.md

Syndicate utils

freedesktop_notifier

Does that desktop notification thing. See notifications.prs for the message schema.

http_translator

Dispatches HTTP requests to registered handlers.

See http_translator.config-example.pr for an example configuration.

json_translator

Wrapper that executes a command, parses its JSON output, and asserts a Preserves conversion in an <output …> record.

json_socket_translator

Utility to communicate with sockets that send and receive lines of JSON. Compatible with mpv, see mpv.config-example.pr.

msg

A utility that sends a message to $SYNDICATE_SOCK in the form <ARGV…>.