chrome-shell

Version, currently nightly1 version
  • nightlylatestNov 25, 2024

github.com/taupiqueur/chrome-shell

A native messaging host for executing shell commands.

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  chrome-shell:
    github: taupiqueur/chrome-shell
    version: ~> nightly

Then run:

shards install

shard.yml

Crystal
1.7.0
License
MIT
Author
Mathieu Ablasou
Target
  • chrome-shell from src/main.cr

Dependencies

This version declares no dependencies.

README

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.