github.com/taupiqueur/chrome-shell
nightly / published Nov 25, 2024 / repository
A native messaging host for executing shell commands.
chrome-shell
chrome-shell is a native messaging host for executing shell commands.
Installation
Nightly builds
Download the Nightly builds.
Build from source
Install Crystal with the shards command.
git clone https://github.com/taupiqueur/chrome-shell.git
cd chrome-shell
make install
Documentation
See the documentation index for a complete reference.
chrome-shell is also documented via man pages.
For a list of available man pages,
refer to man -k chrome-shell or chrome-shell(1).
Contributing
Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.
API
- Command
- CommandMessage
- CommandProcessor
- CommandResult
- Installer
- Manifest
Struct representing a native manifest.
- Platform
Enum representing a platform.
- Subcommand
- Transport
This class provides the functionality to transport messages over stdio.