beachcomber 0.5.1

A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Documentation
# beachcomber

Install the [beachcomber](https://beachcomber.sh) (`comb`) shell-state daemon.

The `beachcomber` packages on npm and PyPI download the correct pre-built binary for your platform from GitHub Releases.

```sh
# npm
npm install -g beachcomber

# pip
pip install beachcomber

# Homebrew
brew install navistau/tap/beachcomber
```

The beachcomber **client SDK** is a separate package published as `libbeachcomber`:

- `pip install libbeachcomber` (Python)
- `npm install libbeachcomber` (Node.js)

- Website: https://beachcomber.sh
- GitHub: https://github.com/NavistAu/beachcomber