Expand description
Shared API, exported to tab-cli, tab-daemon, and tab-pty
All inter-process communication is described in this crate.
Modulesยง
- chunk
- client
- Requests and Responses, communicated between
tab-cliandtab-daemon. - config
- env
- launch
- Launches
tab-daemonandtab-ptyprocesses. The initial launch occurs in thetab-cli, using the currently running executible id.tabexposes a hiddentab --_launch [daemon|pty]argument, which is used here to launch associated services. - log
- A global, configurable level filters The command, daemon, and pty honor this level on startup.
- pty
- PtyRequests and PtyResponses, communicated between
tab-ptyandtab-daemon. - tab
- Common metadata about Tabs.