Expand description
Hotkey inter-process communication types re-exported from gestura-core-ipc.
Structs§
- CliHotkey
Endpoint - On-disk discovery record for the currently-running CLI hotkey server.
- CliHotkey
Server Guard - Guard that keeps the CLI hotkey server alive and removes the discovery file when dropped.
Functions§
- default_
cli_ hotkey_ port_ file - Returns the default port file path used for CLI hotkey discovery.
- start_
cli_ hotkey_ server - Start a local TCP server that accepts hotkey triggers and forwards them to the provided channel.
- try_
send_ hotkey_ trigger_ to_ cli - Try to send a hotkey trigger to a running CLI session.
- try_
send_ hotkey_ trigger_ to_ cli_ with_ file - Same as
try_send_hotkey_trigger_to_clibut allows injecting a custom port file path.