slides
slides copied to clipboard
feat: Remote Control Support
trafficstars
Add remote control support along with builtin remote controlling command.
Changes Introduced
- addition of new package
internal/remote - add
remotecoral command torootcommand - addition of environment var parsing at
maincalledSLIDES_REMOTE_SOCKET. Presence of this triggers listening of remote control command at given UNIX socket path. This can then be used bysides remote socket [flags] [command]command to control that slide session.
Use Case
- Navigating and Controlling Slide sessions using external processes eg: scripts, to use slides along with other workflows as well.
DEMO